From df54a266d3aa08ad50d4fb6ecb8ff397e56792ef Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Fri, 2 Dec 2016 16:32:14 +0000 Subject: indent(1): Remove an extra newline added in a previous commit. It doesn't math the remaining of the case statement. --- usr.bin/indent/parse.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/indent/parse.c b/usr.bin/indent/parse.c index b2afe54413bdd..a77019b847487 100644 --- a/usr.bin/indent/parse.c +++ b/usr.bin/indent/parse.c @@ -100,7 +100,6 @@ parse(int tk) /* tk: the code for the construct scanned */ * 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 (...) */ -- cgit v1.3