[Mlir-commits] [mlir] [mlir][tosa] Remove extra trailing whitespace (PR #134290)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Apr 3 11:37:02 PDT 2025


https://github.com/Jerry-Ge created https://github.com/llvm/llvm-project/pull/134290

Trivial change. 

>From ecea12a508c54488201f2297d918166891002496 Mon Sep 17 00:00:00 2001
From: Jerry Ge <jerry.ge at arm.com>
Date: Thu, 3 Apr 2025 11:35:36 -0700
Subject: [PATCH] [mlir][tosa] Remove extra trailing whitespace

Signed-off-by: Jerry Ge <jerry.ge at arm.com>
Change-Id: I145c782fa21870e9368a2a1ab7452600c1a6abf1
---
 mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td b/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
index c5314f8d9d406..9db8a995b27ab 100644
--- a/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
+++ b/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
@@ -2251,7 +2251,7 @@ def Tosa_CastOp: Tosa_Op<"cast", [Pure,
   let description = [{
     Casts a tensor from one data type to another.
     * This table is showing the supported conversions from the TOSA Specification.
-    * The MLIR dialect here can be used to represent other conversions. 
+    * The MLIR dialect here can be used to represent other conversions.
 
     | Mode                     | Input   | Output  |
     |--------------------------|---------|---------|



More information about the Mlir-commits mailing list