Skip to content

Commit 77bc236

Browse files
authored
Remove trailing whitespace in DiagnosticSemaKinds.td. NFC (#155482)
1 parent 5321335 commit 77bc236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticSemaKinds.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12618,7 +12618,7 @@ def warn_zero_as_null_pointer_constant : Warning<
1261812618
InGroup<DiagGroup<"zero-as-null-pointer-constant">>, DefaultIgnore;
1261912619

1262012620
def warn_not_eliding_copy_on_return : Warning<
12621-
"not eliding copy on return">,
12621+
"not eliding copy on return">,
1262212622
InGroup<DiagGroup<"nrvo">>, DefaultIgnore;
1262312623

1262412624
def err_nullability_cs_multilevel : Error<

0 commit comments

Comments
 (0)