summaryrefslogtreecommitdiff
path: root/src/common/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/compat.h')
-rw-r--r--src/common/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.h b/src/common/compat.h
index 121683fcdb..e75c98a0c2 100644
--- a/src/common/compat.h
+++ b/src/common/compat.h
@@ -131,7 +131,7 @@ extern INLINE double U64_TO_DBL(uint64_t x) {
#define STMT_END } else STMT_NIL
#else
#define STMT_BEGIN do {
-#define STMT_END } while(0)
+#define STMT_END } while (0)
#endif
#endif