Skip to content

Commit 78264ba

Browse files
committed
clang-format
1 parent 9ea124a commit 78264ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

array.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,9 +1574,7 @@ struct copy_dims {
15741574
dim<> dst;
15751575
};
15761576

1577-
inline bool operator<(const dim<>& l, const dim<>& r) {
1578-
return l.stride() < r.stride();
1579-
}
1577+
inline bool operator<(const dim<>& l, const dim<>& r) { return l.stride() < r.stride(); }
15801578

15811579
inline bool operator<(const copy_dims& l, const copy_dims& r) {
15821580
return l.dst.stride() < r.dst.stride();

0 commit comments

Comments
 (0)