From 41d11c62d6b3a7ec61e1bdd1edcf0b0eb5a9f04f Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 12 Feb 2022 22:14:57 -0800 Subject: [PATCH] Fixed style [skip ci] --- src/ivfflat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ivfflat.h b/src/ivfflat.h index 9ec14f1..1337941 100644 --- a/src/ivfflat.h +++ b/src/ivfflat.h @@ -121,7 +121,7 @@ typedef struct IvfflatBuildState Vector *normvec; #ifdef IVFFLAT_KMEANS_DEBUG - double inertia; + double inertia; #endif /* Sampling */