From 209955a6e812f2ec7b4d5e0779d7ca5d73f86ea1 Mon Sep 17 00:00:00 2001 From: Gopal Srinivasa Date: Sun, 6 Oct 2024 23:05:21 +0530 Subject: [PATCH] Fixed code formatting --- src/disk_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/disk_utils.cpp b/src/disk_utils.cpp index 07ce43d01..22f1e98fd 100644 --- a/src/disk_utils.cpp +++ b/src/disk_utils.cpp @@ -1189,7 +1189,7 @@ int build_disk_index(const char *dataFilePath, const char *indexFilePath, const std::string disk_univ_label_file = disk_index_path + "_universal_label.txt"; std::string disk_labels_int_map_file = disk_index_path + "_labels_map.txt"; std::string dummy_remap_file = disk_index_path + "_dummy_map.txt"; // remap will be used if we break-up points of - // high label-density to create copies + // high label-density to create copies std::string sample_base_prefix = index_prefix_path + "_sample"; // optional, used if disk index file must store pq data