Skip to content

Commit 2a30b19

Browse files
committed
format
1 parent f86a5c6 commit 2a30b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/lib/Lower/Bridge.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ struct IncrementLoopInfo {
9797
bool isConcurrent = false)
9898
: loopVariableSym{&sym}, lowerExpr{Fortran::semantics::GetExpr(lower)},
9999
upperExpr{Fortran::semantics::GetExpr(upper)},
100-
stepExpr{Fortran::semantics::GetExpr(step)}, isConcurrent{
101-
isConcurrent} {}
100+
stepExpr{Fortran::semantics::GetExpr(step)},
101+
isConcurrent{isConcurrent} {}
102102

103103
IncrementLoopInfo(IncrementLoopInfo &&) = default;
104104
IncrementLoopInfo &operator=(IncrementLoopInfo &&x) = default;

0 commit comments

Comments
 (0)