Skip to content

Commit f8ed75d

Browse files
committed
clang format
1 parent 04f2d16 commit f8ed75d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas/_libs/src/ujson/python/objToJSON.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ PyObject *cls_timedelta;
5959

6060
npy_int64 get_nat(void) { return NPY_MIN_INT64; }
6161

62-
typedef char *(*PFN_PyTypeToUTF8)(JSOBJ obj, JSONTypeContext *ti, size_t *_outLen);
62+
typedef char *(*PFN_PyTypeToUTF8)(JSOBJ obj, JSONTypeContext *ti,
63+
size_t *_outLen);
6364

6465
typedef struct __NpyArrContext {
6566
PyObject *array;
@@ -402,7 +403,7 @@ static char *PyBytesToUTF8(JSOBJ _obj, JSONTypeContext *tc, size_t *_outLen) {
402403
}
403404

404405
static char *PyUnicodeToUTF8(JSOBJ _obj, JSONTypeContext *tc, size_t *_outLen) {
405-
return (char *)PyUnicode_AsUTF8AndSize(_obj, _outLen);
406+
return (char *)PyUnicode_AsUTF8AndSize(_obj, _outLen);
406407
}
407408

408409
/* returns a char* and mutates the pointer to *len */

0 commit comments

Comments
 (0)