diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-03-04 15:49:58 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-03-04 15:49:58 +0530 |
commit | d4b17258bba38f206079fbae1e7255779db1b74c (patch) | |
tree | dc1d058e3763c41478d7bcad82d27f93e033c58a /libio | |
parent | 091eff71a5edacb5a321c6e573f09a5358540675 (diff) | |
download | glibc-d4b17258bba38f206079fbae1e7255779db1b74c.zip glibc-d4b17258bba38f206079fbae1e7255779db1b74c.tar.gz glibc-d4b17258bba38f206079fbae1e7255779db1b74c.tar.bz2 |
Fix up formatting in tst-ftell-active-handler.c
Diffstat (limited to 'libio')
-rw-r--r-- | libio/tst-ftell-active-handler.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libio/tst-ftell-active-handler.c b/libio/tst-ftell-active-handler.c index 175e904..54bfe63 100644 --- a/libio/tst-ftell-active-handler.c +++ b/libio/tst-ftell-active-handler.c @@ -44,11 +44,11 @@ static int do_test (void); { \ (fp) = fdopen ((fd), (mode)); \ if ((fp) == NULL) \ - { \ - printf ("fdopen failed: %m\n"); \ - close (fd); \ - ret = 1; \ - } \ + { \ + printf ("fdopen failed: %m\n"); \ + close (fd); \ + ret = 1; \ + } \ } \ ret; \ }) @@ -66,7 +66,7 @@ static int do_test (void); { \ (fd) = fileno (fp); \ if ((fd) == -1) \ - { \ + { \ printf ("fileno failed: %m\n"); \ ret = 1; \ } \ @@ -230,7 +230,7 @@ do_write_test (const char *filename) printf ("offset = %ld\n", offset); fclose (fp); - } + } } return ret; |