-                               uint8_t                      TotalReportItems; /**< Total number of report items stored in the
-                                                                               *   \c ReportItems array.
-                                                                               */
-                               HID_ReportItem_t             ReportItems[HID_MAX_REPORTITEMS]; /**< Report items array, including
-                                                                                           *   all IN, OUT and FEATURE items.
-                                                                                               */
-                               HID_CollectionPath_t         CollectionPaths[HID_MAX_COLLECTIONS]; /**< All collection items, referenced
-                                                                                                   *   by the report items.
-                                                                                                   */
-                               uint8_t                      TotalDeviceReports; /**< Number of reports within the HID interface */
-                               HID_ReportSizeInfo_t         ReportIDSizes[HID_MAX_REPORT_IDS]; /**< Report sizes for each report in the interface */
-                               uint16_t                     LargestReportSizeBits; /**< Largest report that the attached device will generate, in bits */
-                               bool                         UsingReportIDs; /**< Indicates if the device has at least one REPORT ID
-                                                                             *   element in its HID report descriptor.
-                                                                             */
+                               uint8_t              TotalReportItems; /**< Total number of report items stored in the \c ReportItems array. */
+                               HID_ReportItem_t     ReportItems[HID_MAX_REPORTITEMS]; /**< Report items array, including all IN, OUT
+                                                                                   *   and FEATURE items.
+                                                                                       */
+                               HID_CollectionPath_t CollectionPaths[HID_MAX_COLLECTIONS]; /**< All collection items, referenced
+                                                                                           *   by the report items.
+                                                                                           */
+                               uint8_t              TotalDeviceReports; /**< Number of reports within the HID interface */
+                               HID_ReportSizeInfo_t ReportIDSizes[HID_MAX_REPORT_IDS]; /**< Report sizes for each report in the interface */
+                               uint16_t             LargestReportSizeBits; /**< Largest report that the attached device will generate, in bits */
+                               bool                 UsingReportIDs; /**< Indicates if the device has at least one REPORT ID
+                                                                     *   element in its HID report descriptor.
+                                                                     */