Skip to content

Commit 6379ca1

Browse files
committed
Resolve small difference between differnt versions of clang-format
1 parent 92bd6e5 commit 6379ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Semantics/check-omp-structure.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3046,7 +3046,7 @@ void OmpStructureChecker::CheckReductionModifier(
30463046
if (modifier.v == ReductionModifier::Value::Task) {
30473047
// "Task" is only allowed on worksharing or "parallel" directive.
30483048
static llvm::omp::Directive worksharing[]{
3049-
llvm::omp::Directive::OMPD_do,
3049+
llvm::omp::Directive::OMPD_do, //
30503050
llvm::omp::Directive::OMPD_scope,
30513051
llvm::omp::Directive::OMPD_sections,
30523052
// There are more worksharing directives, but they do not apply:

0 commit comments

Comments
 (0)