]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Pretty print.
authorUlrich Drepper <drepper@redhat.com>
Tue, 25 Jul 2000 07:01:50 +0000 (07:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 25 Jul 2000 07:01:50 +0000 (07:01 +0000)
libio/fileops.c

index 7cc8b7c7e26945ed7d56137277185cdb0d08c131..c3404c1baa16c22a3d1980612cd9c60faffb4a58 100644 (file)
@@ -364,8 +364,7 @@ _IO_new_do_write (fp, data, to_do)
      const char *data;
      _IO_size_t to_do;
 {
-  return (to_do == 0 || new_do_write (fp, data, to_do) == to_do)
-        ? 0 : EOF;
+  return (to_do == 0 || new_do_write (fp, data, to_do) == to_do) ? 0 : EOF;
 }
 
 static