aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/HIDClassHost.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-09-27 09:48:42 -0700
committerDean Camera <dean@fourwalledcubicle.com>2013-09-27 09:48:42 -0700
commit8e2476a125d6a4bd0385eb0f9569ac597bdbf9ed (patch)
treee7b0a7fc3cdcfcce01c0693128c72f34b181e43f /LUFA/Drivers/USB/Class/Host/HIDClassHost.h
parent8026bee8d670519b0c489076f17331746cf31c76 (diff)
parentef1a4b750bca3ef538e47a07fa093bad3a883f12 (diff)
downloadlufa-8e2476a125d6a4bd0385eb0f9569ac597bdbf9ed.tar.gz
lufa-8e2476a125d6a4bd0385eb0f9569ac597bdbf9ed.tar.bz2
lufa-8e2476a125d6a4bd0385eb0f9569ac597bdbf9ed.zip
Merge pull request #7 from mondalaci/hidclassdevice_whitespaces
Use spaces instead of tabs where necessary to fix indentation.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Host/HIDClassHost.h')
-rw-r--r--LUFA/Drivers/USB/Class/Host/HIDClassHost.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/LUFA/Drivers/USB/Class/Host/HIDClassHost.h b/LUFA/Drivers/USB/Class/Host/HIDClassHost.h
index 965ac368f..2e560e7c7 100644
--- a/LUFA/Drivers/USB/Class/Host/HIDClassHost.h
+++ b/LUFA/Drivers/USB/Class/Host/HIDClassHost.h
@@ -93,7 +93,7 @@
#if !defined(HID_HOST_BOOT_PROTOCOL_ONLY)
HID_ReportInfo_t* HIDParserData; /**< HID parser data to store the parsed HID report data, when boot protocol
* is not used.
- *
+ *
* \note When the \c HID_HOST_BOOT_PROTOCOL_ONLY compile time token is defined,
* this field is unavailable.
*/
@@ -120,9 +120,9 @@
uint8_t LargestReportSize; /**< Largest report the device will send, in bytes. */
} State; /**< State data for the USB class interface within the device. All elements in this section
- * <b>may</b> be set to initial values, but may also be ignored to default to sane values when
- * the interface is enumerated.
- */
+ * <b>may</b> be set to initial values, but may also be ignored to default to sane values when
+ * the interface is enumerated.
+ */
} USB_ClassInfo_HID_Host_t;
/* Enums: */