Skip to content

Commit bfb0c71

Browse files
committed
Fix indentation
1 parent 847c7ed commit bfb0c71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_io/iobase.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ _io__RawIOBase_read_impl(PyObject *self, Py_ssize_t n)
957957
if (res != NULL) {
958958
PyErr_Format(PyExc_ValueError,
959959
"resize returned unexpected value %R",
960-
res);
960+
res);
961961
Py_DECREF(res);
962962
res = NULL;
963963
}

0 commit comments

Comments
 (0)