From 1d6db933ff513f074e8b62386cce1f100739aac6 Mon Sep 17 00:00:00 2001 From: generatedunixname89002005325676 Date: Mon, 4 Sep 2023 05:41:45 -0700 Subject: [PATCH] Daily `arc lint --take CLANGFORMAT` Reviewed By: h-friederich Differential Revision: D48948669 fbshipit-source-id: b3029b6b61a74a19b28a33cf5e9297f5b81dbe39 --- faiss/impl/AdditiveQuantizer.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/faiss/impl/AdditiveQuantizer.h b/faiss/impl/AdditiveQuantizer.h index 054b5c7677..9a4f4fa375 100644 --- a/faiss/impl/AdditiveQuantizer.h +++ b/faiss/impl/AdditiveQuantizer.h @@ -50,12 +50,10 @@ struct AdditiveQuantizer : Quantizer { uint64_t encode_norm(float norm) const; /// encode norm by non-uniform scalar quantization - uint32_t encode_qcint( - float x) const; + uint32_t encode_qcint(float x) const; /// decode norm by non-uniform scalar quantization - float decode_qcint(uint32_t c) - const; + float decode_qcint(uint32_t c) const; /// Encodes how search is performed and how vectors are encoded enum Search_type_t {