]> diplodocus.org Git - nmh/blobdiff - sbr/vfgets.c
Remove trailing spaces from lines in man pages.
[nmh] / sbr / vfgets.c
index c6a39ea6df610d3e52a6f8ed8cf32949f7ce2e1f..5d152211287c62a212a94cacb568d9f89973077a 100644 (file)
@@ -2,8 +2,6 @@
 /*
  * vfgets.c -- virtual fgets
  *
- * $Id$
- *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  * complete copyright information.
@@ -42,9 +40,8 @@ wrong_guess:
            if (*dp == '\n') {
                *bp = pp;
                return 0;
-           } else {
-               cp = ++dp;
            }
+            cp = ++dp;
        } else {
            for (fp = dp - 1, toggle = 0; fp >= cp; fp--) {
                if (*fp != QUOTE)