Skip to content

Commit a32c369

Browse files
committed
Applied clang-format
1 parent f7680b7 commit a32c369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Parse/ParseOpenMP.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3278,8 +3278,8 @@ OMPClause *Parser::ParseOpenMPClause(OpenMPDirectiveKind DKind,
32783278
ErrorFound = true;
32793279
}
32803280

3281-
if (CKind == OMPC_nowait &&
3282-
PP.LookAhead(/*N=*/0).is(tok::l_paren) && getLangOpts().OpenMP >= 60)
3281+
if (CKind == OMPC_nowait && PP.LookAhead(/*N=*/0).is(tok::l_paren) &&
3282+
getLangOpts().OpenMP >= 60)
32833283
Clause = ParseOpenMPSingleExprClause(CKind, WrongDirective);
32843284
else
32853285
Clause = ParseOpenMPClause(CKind, WrongDirective);

0 commit comments

Comments
 (0)