Skip to content

Commit a52655d

Browse files
committed
delete space
1 parent 8f6ae03 commit a52655d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/Bridge.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5883,7 +5883,7 @@ class FirConverter : public Fortran::lower::AbstractConverter {
58835883
/// Helper to generate GlobalOps when the builder is not positioned in any
58845884
/// region block. This is required because the FirOpBuilder assumes it is
58855885
/// always positioned inside a region block when creating globals, the easiest
5886-
/// way to comply is to create a dummy function and to throw it away
5886+
/// way to comply is to create a dummy function and to throw it away
58875887
/// afterwards.
58885888
void createGlobalOutsideOfFunctionLowering(
58895889
const std::function<void()> &createGlobals) {

0 commit comments

Comments
 (0)