diff options
author | Mattias Andrée <m@maandree.se> | 2024-10-05 20:33:07 +0200 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-10-05 20:33:07 +0200 |
commit | 7368a3f416c9b6e5bde047b2cc3c1fa7c7011df5 (patch) | |
tree | dced74dab7a2650f8bdf14a98e2271626b6f0ac0 | |
parent | Remove libexec_init_command, doc stuff, make functions inline, and fix a bug (diff) | |
download | libexec-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |