Skip to content

Commit 5fdfb45

Browse files
clang-format
1 parent aace0c2 commit 5fdfb45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flang/lib/Lower/ConvertCall.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,8 @@ static PreparedDummyArgument preparePresentUserCallActualArgument(
12561256
(actual.isArray() || mlir::isa<fir::BaseBoxType>(dummyType));
12571257

12581258
// Helper function to make it easier to unwrap and use expression
1259-
auto argHasTriplet = [](const Fortran::evaluate::ActualArgument &arg) -> bool {
1259+
auto argHasTriplet =
1260+
[](const Fortran::evaluate::ActualArgument &arg) -> bool {
12601261
if (const auto *expr = arg.UnwrapExpr())
12611262
return HasTriplet(*expr);
12621263
return false;

0 commit comments

Comments
 (0)