Skip to content

Commit c43947c

Browse files
committed
Fix formatting
1 parent cfcd95c commit c43947c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flang/lib/Semantics/canonicalize-omp.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ class CanonicalizationOfOmp {
166166
// Retrieveing the address so that DoConstruct or inner loop can be
167167
// set later.
168168
loops.push(&(std::get<std::optional<
169-
common::Indirection<parser::OpenMPLoopConstruct>>>(
169+
common::Indirection<parser::OpenMPLoopConstruct>>>(
170170
loops.top()->t)
171-
.value()
172-
.value()));
171+
.value()
172+
.value()));
173173
nextIt = block.erase(nextIt);
174174
}
175175
}

0 commit comments

Comments
 (0)