Mercurial > hg > octave-kai > gnulib-hg
diff tests/test-printf-frexpl.c @ 12421:e8d2c6fc33ad
Use spaces for indentation, not tabs.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 10 Dec 2009 20:28:30 +0100 (2009-12-10) |
parents | 0be6f1ab456d |
children | a48d3d749ca5 |
line wrap: on
line diff
--- a/tests/test-printf-frexpl.c +++ b/tests/test-printf-frexpl.c @@ -27,15 +27,15 @@ #include "fpucw.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) /* On MIPS IRIX machines, LDBL_MIN_EXP is -1021, but the smallest reliable