Skip to content

Commit 67b4e6a

Browse files
committed
Add missing new line
1 parent 74256ff commit 67b4e6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flang/lib/Optimizer/Builder/Runtime/Intrinsics.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,5 @@ void fir::runtime::genSleep(fir::FirOpBuilder &builder, mlir::Location loc,
244244
mlir::func::FuncOp func{
245245
fir::runtime::getRuntimeFunc<mkRTKey(Sleep)>(loc, builder)};
246246
builder.create<fir::CallOp>(loc, func, seconds);
247-
}
247+
}
248+

0 commit comments

Comments
 (0)