]> git.cameronkatri.com Git - mandoc.git/commit
To make the code more readable, delete 283 /* FALLTHROUGH */ comments
authorIngo Schwarze <schwarze@openbsd.org>
Mon, 12 Oct 2015 00:08:15 +0000 (00:08 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Mon, 12 Oct 2015 00:08:15 +0000 (00:08 +0000)
commit95ec7b52881820b8d6d9d9497b358d00a856ca28
treebc972436bf5b40600e26a4629ae008072ef788f7
parent511aaa109533ca3acc1464c1795ba3ac8dc4c732
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:
html.c
main.c
man_term.c
man_validate.c
mandoc.c
mandocdb.c
mdoc.c
mdoc_html.c
mdoc_macro.c
mdoc_man.c
mdoc_term.c
mdoc_validate.c
out.c
roff.c
tbl_html.c
tbl_layout.c
tbl_term.c
term.c
term_ascii.c
term_ps.c
tree.c