Skip to content

Commit c3323a3

Browse files
committed
fix indent
1 parent d11b04f commit c3323a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Modules/_cursesmodule.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2096,12 +2096,12 @@ PyCursesWindow_InStr(PyObject *op, PyObject *args)
20962096
}
20972097

20982098
if (rtn == ERR) {
2099-
Py_DECREF(result);
2100-
return Py_GetConstant(Py_CONSTANT_EMPTY_BYTES);
2099+
Py_DECREF(result);
2100+
return Py_GetConstant(Py_CONSTANT_EMPTY_BYTES);
21012101
}
21022102

21032103
if (_PyBytes_Resize(&result, strlen(buf)) < 0) {
2104-
return NULL;
2104+
return NULL;
21052105
}
21062106

21072107
return result;

0 commit comments

Comments
 (0)