Skip to content

Commit 7d05c23

Browse files
authored
[mlir][tosa] Remove extra trailing whitespace (#134290)
Trivial change. Signed-off-by: Jerry Ge <[email protected]>
1 parent fcfbef5 commit 7d05c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2246,7 +2246,7 @@ def Tosa_CastOp: Tosa_Op<"cast", [Pure,
22462246
let description = [{
22472247
Casts a tensor from one data type to another.
22482248
* This table is showing the supported conversions from the TOSA Specification.
2249-
* The MLIR dialect here can be used to represent other conversions.
2249+
* The MLIR dialect here can be used to represent other conversions.
22502250

22512251
| Mode | Input | Output |
22522252
|--------------------------|---------|---------|

0 commit comments

Comments
 (0)