Skip to content

Commit f5ca41c

Browse files
fix formatting
Signed-off-by: Alexandr Guzhva <alexanderguzhva@gmail.com>
1 parent d039514 commit f5ca41c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

faiss/impl/simd_result_handlers.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,8 @@ struct HeapHandler : ResultHandlerCompare<C, with_id_map> {
370370
if (this->sel->is_member(real_idx)) {
371371
T dis = d32tab[j];
372372
if (C::cmp(heap_dis[0], dis)) {
373-
heap_replace_top<C>(k, heap_dis, heap_ids, dis, real_idx);
373+
heap_replace_top<C>(
374+
k, heap_dis, heap_ids, dis, real_idx);
374375
}
375376
}
376377
}

0 commit comments

Comments
 (0)