Skip to content

Commit 5d0ef79

Browse files
clang-format
1 parent aea5e02 commit 5d0ef79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ fir::runtime::genCharCompare(fir::FirOpBuilder &builder, mlir::Location loc,
9797
int lhsKind = discoverKind(lhsBuff.getType());
9898
int rhsKind = discoverKind(rhsBuff.getType());
9999
if (lhsKind != rhsKind) {
100-
fir::emitFatalError(
101-
loc, "runtime does not support comparison of different CHARACTER kind values");
100+
fir::emitFatalError(loc, "runtime does not support comparison of different "
101+
"CHARACTER kind values");
102102
}
103103
mlir::func::FuncOp func;
104104
switch (lhsKind) {

0 commit comments

Comments
 (0)