Skip to content

Commit 509b27f

Browse files
iritkatrielpicnixz
andauthored
whitespace
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent f42d42f commit 509b27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/cpython/object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ typedef Py_ssize_t printfunc;
145145

146146
/* Specialize a binary by setting the descriptor pointer */
147147
struct _PyBinopSpecializationDescr;
148-
typedef int(*binop_specialize_func)(PyObject *v, PyObject *w, int oparg,
148+
typedef int (*binop_specialize_func)(PyObject *v, PyObject *w, int oparg,
149149
struct _PyBinopSpecializationDescr **descr);
150150

151151
// If this structure is modified, Doc/includes/typestruct.h should be updated

0 commit comments

Comments
 (0)