Skip to content

Commit 1e0ecee

Browse files
committed
remove trailing whitespace in diagnostic
1 parent f6554f9 commit 1e0ecee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticParseKinds.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ def err_requires_expr_in_simple_requirement : Error<
889889
"before the expression)">;
890890
def missing_template_arg_list_after_template_kw : Extension<
891891
"a template argument list is expected after a name prefixed by the template "
892-
"keyword">, InGroup<DiagGroup<"missing-template-arg-list-after-template-kw">>,
892+
"keyword">, InGroup<DiagGroup<"missing-template-arg-list-after-template-kw">>,
893893
DefaultError;
894894

895895
def err_missing_dependent_template_keyword : Error<

0 commit comments

Comments
 (0)