Skip to content

Commit acc37eb

Browse files
committed
format
1 parent 6f624f9 commit acc37eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,8 +1371,7 @@ void OmpStructureChecker::Enter(const parser::OpenMPDeclareSimdConstruct &x) {
13711371
}
13721372
if (sym->test(Symbol::Flag::Implicit)) {
13731373
context_.Say(arg.source,
1374-
"The name '%s' has been implicitly declared"_err_en_US,
1375-
sym->name());
1374+
"The name '%s' has been implicitly declared"_err_en_US, sym->name());
13761375
}
13771376
} else {
13781377
context_.Say(arg.source,

0 commit comments

Comments
 (0)