aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/ClassDriver/Keyboard/Keyboard.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-07-22 05:00:39 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-07-22 05:00:39 +0000
commit24c2e3398d2aa0d55b8256dbceb9b1bc1e1752a2 (patch)
treebacc248d1510c339f6a8817951328111286e0d04 /Demos/Device/ClassDriver/Keyboard/Keyboard.h
parent9f7efbb4a7e6218d0a9164e04fe47f751afc9238 (diff)
Fix up minor whitespace formatting errors.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1401 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/ClassDriver/Keyboard/Keyboard.h')
-rw-r--r--Demos/Device/ClassDriver/Keyboard/Keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/Keyboard/Keyboard.h b/Demos/Device/ClassDriver/Keyboard/Keyboard.h
index 4c4e2d5d..fd7bf519 100644
--- a/Demos/Device/ClassDriver/Keyboard/Keyboard.h
+++ b/Demos/Device/ClassDriver/Keyboard/Keyboard.h
@@ -77,7 +77,7 @@
bool CALLBACK_HID_Device_CreateHIDReport(USB_ClassInfo_HID_Device_t* const HIDInterfaceInfo,
uint8_t* const ReportID,
- const uint8_t ReportType,
+ const uint8_t ReportType,
void* ReportData,
uint16_t* const ReportSize);
void CALLBACK_HID_Device_ProcessHIDReport(USB_ClassInfo_HID_Device_t* const HIDInterfaceInfo,