Index: uspace/lib/c/include/bitops.h
===================================================================
--- uspace/lib/c/include/bitops.h	(revision 6896409cd9474f55ef576a06416616a7b3889494)
+++ uspace/lib/c/include/bitops.h	(revision 3f6d4ea6fd4e6426c66809ce5240ea0a86e4aced)
@@ -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. */
