Index: uspace/lib/c/include/unaligned.h
===================================================================
--- uspace/lib/c/include/unaligned.h	(revision b4d08a4998b6c0f63a4c0991d02110916baf536d)
+++ uspace/lib/c/include/unaligned.h	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -38,11 +38,11 @@
 #include <stdint.h>
 
-typedef int16_t unaligned_int16_t __attribute__ ((aligned(1)));
-typedef int32_t unaligned_int32_t __attribute__ ((aligned(1)));
-typedef int64_t unaligned_int64_t __attribute__ ((aligned(1)));
+typedef int16_t unaligned_int16_t __attribute__((aligned(1)));
+typedef int32_t unaligned_int32_t __attribute__((aligned(1)));
+typedef int64_t unaligned_int64_t __attribute__((aligned(1)));
 
-typedef uint16_t unaligned_uint16_t __attribute__ ((aligned(1)));
-typedef uint32_t unaligned_uint32_t __attribute__ ((aligned(1)));
-typedef uint64_t unaligned_uint64_t __attribute__ ((aligned(1)));
+typedef uint16_t unaligned_uint16_t __attribute__((aligned(1)));
+typedef uint32_t unaligned_uint32_t __attribute__((aligned(1)));
+typedef uint64_t unaligned_uint64_t __attribute__((aligned(1)));
 
 #endif
