Clarify case body indention.

This commit is contained in:
David E. O'Brien 2006-11-26 21:22:49 +00:00
parent ebd4a4ba14
commit 861ed04477
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164639

View File

@ -473,7 +473,7 @@ comment.
while ((ch = getopt(argc, argv, "abNn:")) != -1)
switch (ch) { /* Indent the switch. */
case 'a': /* Don't indent the case. */
aflag = 1;
aflag = 1; /* Indent case body one tab. */
/* FALLTHROUGH */
case 'b':
bflag = 1;