Skip to content

Commit 8ddc73a

Browse files
committed
Fix that weird formatting issue
1 parent 98e2da5 commit 8ddc73a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/avx512-64bit-common.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -968,8 +968,7 @@ struct zmm_vector<uint64_t> {
968968
static_assert(sizeof(size_t) == sizeof(uint64_t),
969969
"Size of size_t and uint64_t are not the same");
970970
template <>
971-
struct zmm_vector<size_t> : public zmm_vector<uint64_t> {
972-
};
971+
struct zmm_vector<size_t> : public zmm_vector<uint64_t> {};
973972
#endif
974973

975974
template <>

0 commit comments

Comments
 (0)