To make the code more readable, delete 283 /* FALLTHROUGH */ comments
authorschwarze <schwarze@openbsd.org>
Mon, 12 Oct 2015 00:07:27 +0000 (00:07 +0000)
committerschwarze <schwarze@openbsd.org>
Mon, 12 Oct 2015 00:07:27 +0000 (00:07 +0000)
commit9630d74cbc53981e988b8b430ffb0b3c2f923d3f
tree9492d825eb21f1ed0c8a192578aaf079a0310940
parent9234ca3a84b927d9cfa6d0f320b030066dfe557b
To make the code more readable, delete 283 /* FALLTHROUGH */ comments
that were right between two adjacent case statement.  Keep only
those 24 where the first case actually executes some code before
falling through to the next case.
21 files changed:
usr.bin/mandoc/html.c
usr.bin/mandoc/main.c
usr.bin/mandoc/man_term.c
usr.bin/mandoc/man_validate.c
usr.bin/mandoc/mandoc.c
usr.bin/mandoc/mandocdb.c
usr.bin/mandoc/mdoc.c
usr.bin/mandoc/mdoc_html.c
usr.bin/mandoc/mdoc_macro.c
usr.bin/mandoc/mdoc_man.c
usr.bin/mandoc/mdoc_term.c
usr.bin/mandoc/mdoc_validate.c
usr.bin/mandoc/out.c
usr.bin/mandoc/roff.c
usr.bin/mandoc/tbl_html.c
usr.bin/mandoc/tbl_layout.c
usr.bin/mandoc/tbl_term.c
usr.bin/mandoc/term.c
usr.bin/mandoc/term_ascii.c
usr.bin/mandoc/term_ps.c
usr.bin/mandoc/tree.c