Skip to content

Commit 1b76b91

Browse files
authored
End-of-file empty lines
1 parent 402c8d3 commit 1b76b91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mlir/include/mlir/Dialect/Affine/IR/AffineTraits.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ class AffineDim : public TraitBase<ConcreteType, AffineDim> {
2424

2525
} // namespace mlir::OpTrait
2626

27-
#endif // AFFINE_TRAITS_H
27+
#endif // AFFINE_TRAITS_H

mlir/include/mlir/Dialect/Affine/IR/AffineTraits.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ include "mlir/IR/OpBase.td"
1919
// and IntegerSets.
2020
def AffineDim : NativeOpTrait<"AffineDim">;
2121

22-
#endif // AFFINE_TRAITS
22+
#endif // AFFINE_TRAITS

0 commit comments

Comments
 (0)