Skip to content

Commit 5afab28

Browse files
committed
Fix formatting
1 parent 68ec0b3 commit 5afab28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Optimizer/CodeGen/BoxedProcedure.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ class BoxedProcedurePass
282282
else if (triple.isPPC64())
283283
thunkSize = 48;
284284
else if (triple.isAArch64())
285-
thunkSize = 36;
285+
thunkSize = 36;
286286
mlir::Type buffTy = SequenceType::get({thunkSize}, i8Ty);
287287
auto buffer = builder.create<AllocaOp>(loc, buffTy);
288288
mlir::Value closure =

0 commit comments

Comments
 (0)