[Mlir-commits] [mlir] a43330b - [mlir][arith] Fix header spacing (NFC)
Jeff Niu
llvmlistbot at llvm.org
Mon Oct 10 16:51:24 PDT 2022
Author: Jeff Niu
Date: 2022-10-10T16:51:04-07:00
New Revision: a43330b86f98a1901b84ea3b40859a10fb0ca8f8
URL: https://github.com/llvm/llvm-project/commit/a43330b86f98a1901b84ea3b40859a10fb0ca8f8
DIFF: https://github.com/llvm/llvm-project/commit/a43330b86f98a1901b84ea3b40859a10fb0ca8f8.diff
LOG: [mlir][arith] Fix header spacing (NFC)
Added:
Modified:
mlir/include/mlir/Dialect/Arith/IR/ArithOps.td
Removed:
################################################################################
diff --git a/mlir/include/mlir/Dialect/Arith/IR/ArithOps.td b/mlir/include/mlir/Dialect/Arith/IR/ArithOps.td
index b59d9fd03c68..e15c1f934a25 100644
--- a/mlir/include/mlir/Dialect/Arith/IR/ArithOps.td
+++ b/mlir/include/mlir/Dialect/Arith/IR/ArithOps.td
@@ -1,4 +1,4 @@
-//===- ArithOps.td - Arith op definitions -------------*- tablegen -*-===//
+//===- ArithOps.td - Arith op definitions ------------------*- tablegen -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
More information about the Mlir-commits
mailing list