Skip to content

Commit 63e27b7

Browse files
committed
Applied clang-format
1 parent 4610370 commit 63e27b7

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
@@ -3311,8 +3311,8 @@ OMPClause *Parser::ParseOpenMPClause(OpenMPDirectiveKind DKind,
33113311
ErrorFound = true;
33123312
}
33133313

3314-
if (CKind == OMPC_nowait &&
3315-
PP.LookAhead(/*N=*/0).is(tok::l_paren) && getLangOpts().OpenMP >= 60)
3314+
if (CKind == OMPC_nowait && PP.LookAhead(/*N=*/0).is(tok::l_paren) &&
3315+
getLangOpts().OpenMP >= 60)
33163316
Clause = ParseOpenMPSingleExprClause(CKind, WrongDirective);
33173317
else
33183318
Clause = ParseOpenMPClause(CKind, WrongDirective);

0 commit comments

Comments
 (0)