Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
azecevicTT committed Dec 26, 2024
1 parent 34a1592 commit b5ac2b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/ttmlir/Dialect/TTIR/IR/TTIRTraits.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
//
// SPDX-License-Identifier: Apache-2.0

#ifndef TTMLIR_TTMLIR_DIALECT_TTIR_TTIRTRAITS_H
#define TTMLIR_TTMLIR_DIALECT_TTIR_TTIRTRAITS_H
#ifndef TTMLIR_DIALECT_TTIR_IR_TTIRTRAITS_H
#define TTMLIR_DIALECT_TTIR_IR_TTIRTRAITS_H

#include "mlir/IR/OpDefinition.h"
#include "mlir/Support/LLVM.h"
Expand Down Expand Up @@ -72,4 +72,4 @@ class TTIRBinaryIdempotence
} // namespace tt
} // namespace mlir

#endif // TTMLIR_TTMLIR_DIALECT_TTIR_TTIRTRAITS_H
#endif // TTMLIR_DIALECT_TTIR_IR_TTIRTRAITS_H

0 comments on commit b5ac2b5

Please sign in to comment.