Skip to content

Commit 6cec12d

Browse files
committed
fix lint
Signed-off-by: jiqing-feng <[email protected]>
1 parent bdb25c0 commit 6cec12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrc/cpu_ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ inline unsigned char lookup_code_index(const float* codebook, float value) {
3535
return dist_right < dist_left ? idx : idx - 1;
3636
}
3737

38-
}
38+
} // namespace
3939

4040
#if defined(__AVX512F__)
4141
#include <immintrin.h>

0 commit comments

Comments
 (0)