From cf922957c7d316ba8e1ed4e5192bb5e39ca1e05c Mon Sep 17 00:00:00 2001 From: Nicholas Smith Date: Thu, 14 Nov 2024 12:26:04 -0600 Subject: [PATCH] Intentional lint error --- .../TTIRToTTIRDecomposition/TTIRToTTIRDecomposition.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ttmlir/Conversion/TTIRToTTIRDecomposition/TTIRToTTIRDecomposition.h b/include/ttmlir/Conversion/TTIRToTTIRDecomposition/TTIRToTTIRDecomposition.h index 266e63dfd..a1e672743 100644 --- a/include/ttmlir/Conversion/TTIRToTTIRDecomposition/TTIRToTTIRDecomposition.h +++ b/include/ttmlir/Conversion/TTIRToTTIRDecomposition/TTIRToTTIRDecomposition.h @@ -2,8 +2,8 @@ // // SPDX-License-Identifier: Apache-2.0 -#ifndef TTMLIR_CONVERSION_TTIRTOTTIRDECOMPOSITION_TTIRTOTTIRDECOMPOSITION_H -#define TTMLIR_CONVERSION_TTIRTOTTIRDECOMPOSITION_TTIRTOTTIRDECOMPOSITION_H +#ifndef TTMLIR_CONVERSION_TTIRTOTTIRDECOMPOSITION_H +#define TTMLIR_CONVERSION_TTIRTOTTIRDECOMPOSITION_H #include "mlir/Pass/Pass.h" #include "mlir/Transforms/DialectConversion.h"