Author: pfg
Date: Fri Dec  2 16:32:14 2016
New Revision: 309417
URL: https://svnweb.freebsd.org/changeset/base/309417

Log:
  indent(1): Remove an extra newline added in a previous commit.
  
  It doesn't math the remaining of the case statement.

Modified:
  head/usr.bin/indent/parse.c

Modified: head/usr.bin/indent/parse.c
==============================================================================
--- head/usr.bin/indent/parse.c Fri Dec  2 16:29:30 2016        (r309416)
+++ head/usr.bin/indent/parse.c Fri Dec  2 16:32:14 2016        (r309417)
@@ -100,7 +100,6 @@ parse(int tk) /* tk: the code for the co
                 * in case of a long "if-else-if ... else-if" sequence.
                 */
                ps.i_l_follow = ps.il[ps.tos--];
-
        /* the rest is the same as for dolit and forstmt */
     case dolit:                /* 'do' */
     case forstmt:              /* for (...) */
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to