Skip to content

Commit 596d326

Browse files
Fix clang-format
1 parent 47fbdc4 commit 596d326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3168,8 +3168,8 @@ void OmpStructureChecker::Leave(const parser::OmpClauseList &) {
31683168
&objs,
31693169
std::string clause) {
31703170
for (const auto &obj : objs.v) {
3171-
if (const parser::Name *objName{
3172-
parser::Unwrap<parser::Name>(obj)}) {
3171+
if (const parser::Name *
3172+
objName{parser::Unwrap<parser::Name>(obj)}) {
31733173
if (&objName->symbol->GetUltimate() == eventHandleSym) {
31743174
context_.Say(GetContext().clauseSource,
31753175
"A variable: `%s` that appears in a DETACH clause cannot appear on %s clause on the same construct"_err_en_US,

0 commit comments

Comments
 (0)