aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-05 20:33:07 +0200
committerMattias Andrée <m@maandree.se>2024-10-05 20:33:07 +0200
commit7368a3f416c9b6e5bde047b2cc3c1fa7c7011df5 (patch)
treedced74dab7a2650f8bdf14a98e2271626b6f0ac0
parentRemove libexec_init_command, doc stuff, make functions inline, and fix a bug (diff)
downloadlibexec-7368a3f416c9b6e5bde047b2cc3c1fa7c7011df5.tar.gz
libexec-7368a3f416c9b6e5bde047b2cc3c1fa7c7011df5.tar.bz2
libexec-7368a3f416c9b6e5bde047b2cc3c1fa7c7011df5.tar.xz
m whitespace
Signed-off-by: Mattias Andrée <m@maandree.se>
-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