diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index a87ca3c5481d..c58d32b62a0e 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -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;