diff options
Diffstat (limited to 'tests/test-set-mode-acl.c')
-rw-r--r-- | tests/test-set-mode-acl.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/test-set-mode-acl.c b/tests/test-set-mode-acl.c index f28789e9e5..1cc1503e7b 100644 --- a/tests/test-set-mode-acl.c +++ b/tests/test-set-mode-acl.c @@ -26,15 +26,15 @@ #include "progname.h" #define ASSERT(expr) \ - do \ - { \ - if (!(expr)) \ - { \ + do \ + { \ + if (!(expr)) \ + { \ fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \ - fflush (stderr); \ - abort (); \ - } \ - } \ + fflush (stderr); \ + abort (); \ + } \ + } \ while (0) int |