Skip to content

Commit 3367c5e

Browse files
committed
Fix formatting
1 parent 7e7437b commit 3367c5e

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
@@ -150,10 +150,10 @@ class CanonicalizationOfOmp {
150150
// Retrieveing the address so that DoConstruct or inner loop can be
151151
// set later.
152152
loops.push(&(std::get<std::optional<
153-
common::Indirection<parser::OpenMPLoopConstruct>>>(
153+
common::Indirection<parser::OpenMPLoopConstruct>>>(
154154
loops.top()->t)
155-
.value()
156-
.value()));
155+
.value()
156+
.value()));
157157
nextIt = block.erase(nextIt);
158158
}
159159
}

0 commit comments

Comments
 (0)