Skip to content

Commit a4d8ea9

Browse files
committed
format
1 parent ac8f13c commit a4d8ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Semantics/resolve-directives.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3032,7 +3032,7 @@ void OmpAttributeVisitor::ResolveOmpDesignator(
30323032
"List items must be declared in the same scoping unit in which the %s directive appears"_err_en_US,
30333033
parser::ToUpperCaseLetters(
30343034
llvm::omp::getOpenMPDirectiveName(directive, version)));
3035-
}
3035+
}
30363036
}
30373037
if (ompFlag == Symbol::Flag::OmpReduction) {
30383038
// Using variables inside of a namelist in OpenMP reductions

0 commit comments

Comments
 (0)