Skip to content

Commit af66b1d

Browse files
authored
Update JSONtoObj.c
1 parent 57b2d27 commit af66b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/src/vendored/ujson/python/JSONtoObj.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Numeric decoder derived from TCL library
3838

3939
// Licence at LICENSES/ULTRAJSON_LICENSE
4040

41-
#define PY_SSIZE_T_CLEAN
4241
// clang-format off
42+
#define PY_SSIZE_T_CLEAN
4343
#include <Python.h>
4444
#include "pandas/vendored/ujson/lib/ultrajson.h"
4545
// clang-format on

0 commit comments

Comments
 (0)