Skip to content

Commit 143deb1

Browse files
anmyachevvnlitvinov
authored andcommitted
fix indents
1 parent 391d0a7 commit 143deb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/khash.pxd

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ cdef extern from "khash_python.h":
6262

6363
kh_str_starts_t* kh_init_str_starts() nogil
6464
khint_t kh_put_str_starts_item(kh_str_starts_t* table, char* key,
65-
int* ret) nogil
65+
int* ret) nogil
6666
khint_t kh_get_str_starts_item(kh_str_starts_t* table, char* key) nogil
6767
void kh_destroy_str_starts(kh_str_starts_t*) nogil
6868
void kh_resize_str_starts(kh_str_starts_t*, khint_t) nogil

0 commit comments

Comments
 (0)