Skip to content

Commit 3ce76bc

Browse files
committed
Style
1 parent 8798040 commit 3ce76bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Vector/IR/VectorOps.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ struct VectorDim {
8181
struct AlignmentBytes {
8282
uint64_t alignment = 0;
8383
AlignmentBytes() = default;
84-
explicit AlignmentBytes(uint64_t alignment_) : alignment(alignment_){};
84+
explicit AlignmentBytes(uint64_t alignment) : alignment(alignment) {};
8585
operator bool() const { return 0 != alignment; }
8686
};
8787

0 commit comments

Comments
 (0)