From 6cc237fdcfea599d56502129362eeec1cda0cbb1 Mon Sep 17 00:00:00 2001 From: Raghuveer Devulapalli Date: Mon, 7 Oct 2024 21:26:10 -0700 Subject: [PATCH] clang format --- src/avx2-64bit-qsort.hpp | 3 +-- src/avx512-64bit-common.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/avx2-64bit-qsort.hpp b/src/avx2-64bit-qsort.hpp index d8b094d..a7e46f9 100644 --- a/src/avx2-64bit-qsort.hpp +++ b/src/avx2-64bit-qsort.hpp @@ -413,8 +413,7 @@ struct avx2_vector { static_assert(sizeof(size_t) == sizeof(uint64_t), "Size of size_t and uint64_t are not the same"); template <> -struct avx2_vector : public avx2_vector { -}; +struct avx2_vector : public avx2_vector {}; #endif template <> diff --git a/src/avx512-64bit-common.h b/src/avx512-64bit-common.h index 14201d1..1c81c79 100644 --- a/src/avx512-64bit-common.h +++ b/src/avx512-64bit-common.h @@ -979,8 +979,7 @@ struct zmm_vector { static_assert(sizeof(size_t) == sizeof(uint64_t), "Size of size_t and uint64_t are not the same"); template <> -struct zmm_vector : public zmm_vector { -}; +struct zmm_vector : public zmm_vector {}; #endif template <>