Skip to content

Commit 683eadf

Browse files
r-barnesfacebook-github-bot
authored andcommitted
Remove extra semi colon from faiss/utils/distances_simd.cpp
Summary: `-Wextra-semi` or `-Wextra-semi-stmt` If the code compiles, this is safe to land. Reviewed By: algoriddle Differential Revision: D52965948 fbshipit-source-id: e24e38ecbb7e0c957b024a1ae7b2ec94d2fa0adf
1 parent 522452f commit 683eadf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

faiss/utils/distances_simd.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,6 @@ void fvec_L2sqr_ny_y_transposed_D(
969969

970970
// squared length of x
971971
float x_sqlen = 0;
972-
;
973972
for (size_t j = 0; j < DIM; j++) {
974973
x_sqlen += x[j] * x[j];
975974
}

0 commit comments

Comments
 (0)