Skip to content

Commit 79349cf

Browse files
committed
Fix format
1 parent 9268794 commit 79349cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlir/include/mlir/Dialect/EmitC/IR/EmitCInterfaces.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def CExpressionInterface : OpInterface<"CExpressionInterface"> {
4242
/*defaultImplementation=*/[{
4343
return true;
4444
}]>,
45-
InterfaceMethod<[{
45+
InterfaceMethod<[{
4646
Check whether operation must be inlined into all its users.
4747

4848
By default operation is not marked as always inlined.
@@ -57,8 +57,8 @@ def CExpressionInterface : OpInterface<"CExpressionInterface"> {
5757
};
5858
```
5959
}],
60-
"bool", "alwaysInline", (ins), /*methodBody=*/[{}],
61-
/*defaultImplementation=*/[{
60+
"bool", "alwaysInline", (ins), /*methodBody=*/[{}],
61+
/*defaultImplementation=*/[{
6262
return false;
6363
}]>,
6464
];

0 commit comments

Comments
 (0)