Index: uspace/lib/usbhid/include/usb/hid/hidtypes.h
===================================================================
--- uspace/lib/usbhid/include/usb/hid/hidtypes.h	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
+++ uspace/lib/usbhid/include/usb/hid/hidtypes.h	(revision 34e1206ec4dc79f0592077e3ee270fba91d1eb9d)
@@ -109,5 +109,5 @@
 	/** Report id of last parsed report. */
 	uint8_t last_report_id;
-	
+
 } usb_hid_report_t;
 
@@ -128,5 +128,5 @@
 	/** Number of items in report */
 	size_t item_length;
-	
+
 	/** List of report items in report */
 	list_t report_items;
@@ -182,5 +182,5 @@
 	/** The greatest valid usage index */
 	int32_t usage_maximum;
-	
+
 	/** Unit of the value */
 	uint32_t unit;
@@ -210,5 +210,5 @@
 	/** report id */
 	int32_t id;
-	
+
 	/** Extended usage page */
 	uint16_t extended_usage_page;
@@ -216,5 +216,5 @@
 	/** Array of usages specified for this item */
 	uint32_t usages[USB_HID_MAX_USAGES];
-	
+
 	/** Length of usages array */
 	int usages_count;
@@ -225,11 +225,11 @@
 	/** Minimum valid usage index */
 	int32_t usage_minimum;
-	
+
 	/** Maximum valid usage index */
 	int32_t usage_maximum;
-	
+
 	/** Minimum valid logical value */
 	int32_t logical_minimum;
-	
+
 	/** Maximum valid logical value */
 	int32_t logical_maximum;
Index: uspace/lib/usbhid/include/usb/hid/usages/core.h
===================================================================
--- uspace/lib/usbhid/include/usb/hid/usages/core.h	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
+++ uspace/lib/usbhid/include/usb/hid/usages/core.h	(revision 34e1206ec4dc79f0592077e3ee270fba91d1eb9d)
@@ -64,5 +64,5 @@
 	USB_HIDUT_USAGE_GENERIC_DESKTOP_WHEEL = 0x38
 	/* USB_HIDUT_USAGE_GENERIC_DESKTOP_ = , */
-	
+
 } usb_hidut_usage_generic_desktop_t;
 
