Index: uspace/lib/c/include/bitops.h
===================================================================
--- uspace/lib/c/include/bitops.h	(revision 6896409cd9474f55ef576a06416616a7b3889494)
+++ uspace/lib/c/include/bitops.h	(revision 5dbd69669d92be4b3b8f009238f2eeb3c0ba1985)
@@ -40,5 +40,5 @@
 /** Mask with bit @a n set. */
 #define BIT_V(type, n) \
-    ((type)1 << (n))
+    ((type) 1 << (n))
 
 /** Mask with rightmost @a n bits set. */
