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 7cc8b7c..c3404c1 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