aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.h b/common.h
index e2ac828..f1b5f12 100644
--- a/common.h
+++ b/common.h
@@ -271,5 +271,4 @@ void test_assert(const char *file, int line, enum assert_type type, enum assert_
#define ASSERT_ZERO(HAVE)\
ASSERT_EQ_INT(HAVE, 0)
-
#endif