Skip to content

Commit 6cc237f

Browse files
committed
clang format
1 parent 80fc8a5 commit 6cc237f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/avx2-64bit-qsort.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,7 @@ struct avx2_vector<uint64_t> {
413413
static_assert(sizeof(size_t) == sizeof(uint64_t),
414414
"Size of size_t and uint64_t are not the same");
415415
template <>
416-
struct avx2_vector<size_t> : public avx2_vector<uint64_t> {
417-
};
416+
struct avx2_vector<size_t> : public avx2_vector<uint64_t> {};
418417
#endif
419418

420419
template <>

src/avx512-64bit-common.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -979,8 +979,7 @@ struct zmm_vector<uint64_t> {
979979
static_assert(sizeof(size_t) == sizeof(uint64_t),
980980
"Size of size_t and uint64_t are not the same");
981981
template <>
982-
struct zmm_vector<size_t> : public zmm_vector<uint64_t> {
983-
};
982+
struct zmm_vector<size_t> : public zmm_vector<uint64_t> {};
984983
#endif
985984

986985
template <>

0 commit comments

Comments
 (0)