Skip to content

Commit ecea12a

Browse files
committed
[mlir][tosa] Remove extra trailing whitespace
Signed-off-by: Jerry Ge <[email protected]> Change-Id: I145c782fa21870e9368a2a1ab7452600c1a6abf1
1 parent 2abcdd8 commit ecea12a

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
@@ -2251,7 +2251,7 @@ def Tosa_CastOp: Tosa_Op<"cast", [Pure,
22512251
let description = [{
22522252
Casts a tensor from one data type to another.
22532253
* This table is showing the supported conversions from the TOSA Specification.
2254-
* The MLIR dialect here can be used to represent other conversions.
2254+
* The MLIR dialect here can be used to represent other conversions.
22552255

22562256
| Mode | Input | Output |
22572257
|--------------------------|---------|---------|

0 commit comments

Comments
 (0)