X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-printf-posix.c;h=51f1bf787014ebee94097c03f97e6c8adc93737b;hb=6948250861edce048d7bb3c6b47d13fa3649905e;hp=04705e8796e25dd5011d22cd093a5924467405f0;hpb=ee5c41a1aaa71b97b9db53568897f2ad7ecf1823;p=gnulib.git diff --git a/tests/test-printf-posix.c b/tests/test-printf-posix.c index 04705e879..51f1bf787 100644 --- a/tests/test-printf-posix.c +++ b/tests/test-printf-posix.c @@ -26,15 +26,15 @@ #include #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) #include "test-printf-posix.h"