summaryrefslogtreecommitdiff
path: root/cli/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/parser.cxx')
-rw-r--r--cli/parser.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/parser.cxx b/cli/parser.cxx
index ab62105..63a911f 100644
--- a/cli/parser.cxx
+++ b/cli/parser.cxx
@@ -554,9 +554,8 @@ decl (token& t)
{
if (t.punctuation () != token::p_lcbrace)
break;
-
- // Fall through.
}
+ // Fall through.
case token::t_string_lit:
{
scope_doc (t);