Skip to content

Commit ff0f300

Browse files
committed
Style
1 parent 3b3ae7c commit ff0f300

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/xxlimited.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ Xxo_get_data(PyObject *self)
160160
// This is the implementation of Xxo.__new__; it takes arbitrary positional
161161
// and keyword arguments.
162162
static PyObject *
163-
Xxo_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) {
163+
Xxo_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
164+
{
164165
// Validate that we did not get any arguments.
165166
if ((args != NULL && PyObject_Length(args))
166167
|| (kwargs != NULL && PyObject_Length(kwargs)))

0 commit comments

Comments
 (0)