Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6510d09

Browse files
committed
fix indent
1 parent5bfa810 commit6510d09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Modules/_cursesmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1890,8 +1890,8 @@ PyCursesWindow_GetStr(PyObject *op, PyObject *args)
18901890
}
18911891

18921892
if (rtn==ERR) {
1893-
Py_DECREF(result);
1894-
returnPy_GetConstant(Py_CONSTANT_EMPTY_BYTES);
1893+
Py_DECREF(result);
1894+
returnPy_GetConstant(Py_CONSTANT_EMPTY_BYTES);
18951895
}
18961896

18971897
if (_PyBytes_Resize(&result,strlen(buf))<0) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp