Skip to content

Commit 5141d21

Browse files
committed
format
1 parent 514bc42 commit 5141d21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src_c/include/_pygame.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ typedef struct pg_bufferinfo_s {
122122
#define pg_TwoDoublesFromObj \
123123
(*(int (*)(PyObject *, double *, double *))PYGAMEAPI_GET_SLOT(base, 25))
124124

125-
#define pg_TwoDoublesFromFastcallArgs \
126-
(*(int (*)(PyObject *const*, Py_ssize_t, double *, \
125+
#define pg_TwoDoublesFromFastcallArgs \
126+
(*(int (*)(PyObject *const *, Py_ssize_t, double *, \
127127
double *))PYGAMEAPI_GET_SLOT(base, 26))
128128

129129
#define pg_UintFromObj \

0 commit comments

Comments
 (0)