Use consistent style [skip ci]

This commit is contained in:
Andrew Kane
2023-12-22 16:41:25 -05:00
parent 1e422cd62b
commit 9a782d29f8

View File

@@ -543,10 +543,10 @@ CreateListPages(Relation index, VectorArray centers, int dimensions,
pfree(list);
}
#ifdef IVFFLAT_KMEANS_DEBUG
/*
* Print k-means metrics
*/
#ifdef IVFFLAT_KMEANS_DEBUG
static void
PrintKmeansMetrics(IvfflatBuildState * buildstate)
{