Skip to content

Commit ffd6563

Browse files
clang-format
1 parent f44b945 commit ffd6563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/lib/Evaluate/call.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ void ProcedureRef::DetermineCopyInOut() {
254254
}
255255
// Get folding context of the call site owner
256256
FoldingContext &fc{proc_.GetSymbol()->owner().context().foldingContext()};
257-
auto procInfo{characteristics::Procedure::Characterize(
258-
proc_, fc, /*emitError=*/true)};
257+
auto procInfo{
258+
characteristics::Procedure::Characterize(proc_, fc, /*emitError=*/true)};
259259
if (!procInfo) {
260260
return;
261261
}

0 commit comments

Comments
 (0)