Skip to content

Commit bc492c3

Browse files
amolenaarvstinner
andauthored
Update pythoncapi_compat.h
Co-authored-by: Victor Stinner <[email protected]>
1 parent ec79422 commit bc492c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pythoncapi_compat.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2529,8 +2529,9 @@ PyBytesWriter_WriteBytes(PyBytesWriter *writer,
25292529
return 0;
25302530
}
25312531

2532-
static inline int PyBytesWriter_Format(PyBytesWriter *writer, const char *format, ...)
2533-
Py_GCC_ATTRIBUTE((format(printf, 2, 0)));
2532+
static inline int
2533+
PyBytesWriter_Format(PyBytesWriter *writer, const char *format, ...)
2534+
Py_GCC_ATTRIBUTE((format(printf, 2, 0)));
25342535

25352536
static inline int
25362537
PyBytesWriter_Format(PyBytesWriter *writer, const char *format, ...)

0 commit comments

Comments
 (0)