X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Funistdio%2Ftest-u32-vsnprintf1.c;h=af52a7b34b9b4157da9f028b0956ed153adee0f6;hb=a8ec28b6975fc065b84c511b8108dc3658d2ccd4;hp=d772708119ce20959d4a8558af98a11e97ed577e;hpb=fe7f458428a6f0febc18455ea08736b02f45f1d0;p=gnulib.git diff --git a/tests/unistdio/test-u32-vsnprintf1.c b/tests/unistdio/test-u32-vsnprintf1.c index d77270811..af52a7b34 100644 --- a/tests/unistdio/test-u32-vsnprintf1.c +++ b/tests/unistdio/test-u32-vsnprintf1.c @@ -34,15 +34,15 @@ #define SIZEOF(array) (sizeof (array) / sizeof (array[0])) #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-u32-printf1.h"