Index: uspace/lib/usb/include/usb/request.h
===================================================================
--- uspace/lib/usb/include/usb/request.h	(revision ae3a9413512275bb229f67ecbbb46ce1739a954a)
+++ uspace/lib/usb/include/usb/request.h	(revision 1abcf1db7c2a8071caaf9983f1571b2ef88e1be6)
@@ -97,8 +97,8 @@
 	uint8_t request;
 	/** Main parameter to the request. */
-	union __attribute__ ((packed)) {
+	union __attribute__((packed)) {
 		uint16_t value;
 		/* FIXME: add #ifdefs according to host endianness */
-		struct __attribute__ ((packed)) {
+		struct __attribute__((packed)) {
 			uint8_t value_low;
 			uint8_t value_high;
@@ -111,5 +111,5 @@
 	/** Length of extra data. */
 	uint16_t length;
-} __attribute__ ((packed)) usb_device_request_setup_packet_t;
+} __attribute__((packed)) usb_device_request_setup_packet_t;
 
 static_assert(sizeof(usb_device_request_setup_packet_t) == USB_SETUP_PACKET_SIZE);
