Skip to content

Commit d1ace3d

Browse files
committed
Clang-format
1 parent 28380a8 commit d1ace3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaOpenACC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3000,7 +3000,7 @@ bool SemaOpenACC::CreateReductionCombinerRecipe(
30003000
break;
30013001
case OpenACCReductionOperator::And:
30023002
BinOp = BinaryOperatorKind::BO_LAnd;
3003-
break;
3003+
break;
30043004
case OpenACCReductionOperator::Or:
30053005
BinOp = BinaryOperatorKind::BO_LOr;
30063006
break;

0 commit comments

Comments
 (0)