Skip to content

Commit 8de0b13

Browse files
committed
fix formatting
1 parent 031d800 commit 8de0b13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flang/lib/Lower/HlfirIntrinsics.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,8 +534,7 @@ mlir::Value HlfirIndexLowering::lowerImpl(
534534
} else {
535535
resultType = builder.getDefaultIntegerType();
536536
}
537-
mlir::Value result =
538-
createOp<hlfir::IndexOp>(resultType, substr, str, back);
537+
mlir::Value result = createOp<hlfir::IndexOp>(resultType, substr, str, back);
539538

540539
if (resultType != stmtResultType)
541540
return builder.createConvert(loc, stmtResultType, result);

0 commit comments

Comments
 (0)