From 1fb0da64fb8bf44f1347a45783c8167b14e5f706 Mon Sep 17 00:00:00 2001 From: viclafargue Date: Fri, 14 Jul 2023 16:07:44 +0200 Subject: [PATCH] Fix style --- cpp/include/raft_runtime/neighbors/ivf_flat.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpp/include/raft_runtime/neighbors/ivf_flat.hpp b/cpp/include/raft_runtime/neighbors/ivf_flat.hpp index b678b1a515..7b6daad427 100644 --- a/cpp/include/raft_runtime/neighbors/ivf_flat.hpp +++ b/cpp/include/raft_runtime/neighbors/ivf_flat.hpp @@ -48,9 +48,9 @@ namespace raft::runtime::neighbors::ivf_flat { \ void reconstruct_list_data(raft::resources const& handle, \ const raft::neighbors::ivf_flat::index& idx, \ - device_matrix_view out_vectors, \ - uint32_t label, \ - uint32_t offset); \ + device_matrix_view out_vectors, \ + uint32_t label, \ + uint32_t offset); \ \ void serialize_file(raft::resources const& handle, \ const std::string& filename, \