Skip to content

Commit 0ab6947

Browse files
authored
[clang] Fix trailing whitespace in DiagnosticParseKinds.td
Fixes 567a660
1 parent ced9f4f commit 0ab6947

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
@@ -1349,7 +1349,7 @@ def warn_omp_extra_tokens_at_eol : Warning<
13491349
"extra tokens at the end of '#pragma omp %0' are ignored">,
13501350
InGroup<ExtraTokens>;
13511351
def err_omp_multiple_step_or_linear_modifier : Error<
1352-
"multiple %select{'step size'|'linear modifier'}0 found in linear clause">;
1352+
"multiple %select{'step size'|'linear modifier'}0 found in linear clause">;
13531353
def warn_pragma_expected_colon_r_paren : Warning<
13541354
"missing ':' or ')' after %0 - ignoring">, InGroup<IgnoredPragmas>;
13551355
def err_omp_unknown_directive : Error<

0 commit comments

Comments
 (0)