fix spacing with make tabbing
[satcheck.git] / mcutil.h
index 9699d7f1273080d7f1375bf78aca25fe459e8463..dd0f814e0c76cfed3d7b480da27c2ad291b50e34 100644 (file)
--- a/mcutil.h
+++ b/mcutil.h
@@ -29,6 +29,6 @@ static inline uint64_t getmask(uint len) {
 }
 
 
-#define NUMBITS(x) ((x==0)?0:8*sizeof(x)-__builtin_clz(x))
+#define NUMBITS(x) ((x==0) ? 0 : 8*sizeof(x)-__builtin_clz(x))
 
 #endif