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