diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-12-02 16:32:14 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-12-02 16:32:14 +0000 |
| commit | df54a266d3aa08ad50d4fb6ecb8ff397e56792ef (patch) | |
| tree | a4a26f7e0d59c00d5f41d2ab4a57b5526b31540a | |
| parent | 8804a2b030fbe123a510e07cc1639b8de61ffeaa (diff) | |
Notes
| -rw-r--r-- | usr.bin/indent/parse.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 (...) */ |
