CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     13/02/02 19:09:49

Modified files:
        src/preproc/html: pushback.cpp 

Log message:
        Whitespace.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/src/preproc/html/pushback.cpp?cvsroot=groff&r1=1.9&r2=1.10

Patches:
Index: pushback.cpp
===================================================================
RCS file: /cvsroot/groff/groff/src/preproc/html/pushback.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- pushback.cpp        2 Feb 2013 19:05:09 -0000       1.9
+++ pushback.cpp        2 Feb 2013 19:09:49 -0000       1.10
@@ -71,7 +71,7 @@
   lineNo   = 1;
   if (strcmp(filename, "") != 0) {
     stdIn = dup(0);
-    if (stdIn<0) {
+    if (stdIn < 0) {
       sys_fatal("dup stdin");
     }
     close(0);
@@ -90,7 +90,7 @@
   }
   close(0);
   /* restore stdin in file descriptor 0 */
-  if (dup(stdIn)<0) {
+  if (dup(stdIn) < 0) {
     sys_fatal("restore stdin");
   }
   close(stdIn);

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to