Skip to content

Commit 3564d75

Browse files
committed
format
1 parent 21c92a2 commit 3564d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/SCF/IR/SCF.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ ParseResult ExecuteRegionOp::parse(OpAsmParser &parser,
152152
void ExecuteRegionOp::print(OpAsmPrinter &p) {
153153
p.printOptionalArrowTypeList(getResultTypes());
154154
p << ' ';
155-
if(getNoInline())
155+
if (getNoInline())
156156
p << "no_inline ";
157157
p.printRegion(getRegion(),
158158
/*printEntryBlockArgs=*/false,

0 commit comments

Comments
 (0)