Skip to content

Commit

Permalink
[clang] Fix trailing whitespace in DiagnosticParseKinds.td
Browse files Browse the repository at this point in the history
Fixes 567a660
  • Loading branch information
jrtc27 committed Oct 25, 2023
1 parent ced9f4f commit 0ab6947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Basic/DiagnosticParseKinds.td
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ def warn_omp_extra_tokens_at_eol : Warning<
"extra tokens at the end of '#pragma omp %0' are ignored">,
InGroup<ExtraTokens>;
def err_omp_multiple_step_or_linear_modifier : Error<
"multiple %select{'step size'|'linear modifier'}0 found in linear clause">;
"multiple %select{'step size'|'linear modifier'}0 found in linear clause">;
def warn_pragma_expected_colon_r_paren : Warning<
"missing ':' or ')' after %0 - ignoring">, InGroup<IgnoredPragmas>;
def err_omp_unknown_directive : Error<
Expand Down

0 comments on commit 0ab6947

Please sign in to comment.