Index: uspace/lib/c/arch/amd64/include/fibril.h
===================================================================
--- uspace/lib/c/arch/amd64/include/fibril.h	(revision bb74dabe4ea45152bc23865152016b89bff4f957)
+++ uspace/lib/c/arch/amd64/include/fibril.h	(revision 8426a44d9a28a045b653e546adbf42b0708e06aa)
@@ -38,9 +38,10 @@
 #include <sys/types.h>
 
-/* According to ABI the stack MUST be aligned on 
+/*
+ * According to ABI the stack MUST be aligned on
  * 16-byte boundary. If it is not, the va_arg calling will
  * panic sooner or later
  */
-#define SP_DELTA     16
+#define SP_DELTA  16
 
 #define context_set(c, _pc, stack, size, ptls) \
