]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blobdiff - rpp/include/base.h
Uncrustify
[pes-rpp/rpp-lib.git] / rpp / include / base.h
index d3363744b04b184be3e6f3c861b93b5ed3b1b1e0..749b2cd506e716cbbbc9077739b24272f5e6b454 100644 (file)
@@ -52,7 +52,7 @@
 #define STATIC_ASSERT(COND,MSG) static_assert(COND, #MSG)
 #else
 /** Static assertion - non-C11 fall-back */
-#define STATIC_ASSERT(COND,MSG) typedef char static_assertion_##MSG[(COND)?1:-1]
+#define STATIC_ASSERT(COND,MSG) typedef char static_assertion_##MSG[(COND) ? 1 : -1]
 #endif
 
 #endif /* __BASE_H */