Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01b2694

Browse files
committed
Fix whitespace
1 parent b049325 commit 01b2694

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Modules/_curses_panel.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,7 @@ static PyMethodDef PyCursesPanel_Methods[] = {
313313
{"hidden", (PyCFunction)PyCursesPanel_panel_hidden, METH_NOARGS},
314314
{"hide", (PyCFunction)PyCursesPanel_hide_panel, METH_NOARGS},
315315
{"move", (PyCFunction)PyCursesPanel_move_panel, METH_VARARGS},
316-
{"replace", (PyCFunction)PyCursesPanel_replace_panel,
317-
METH_VARARGS},
316+
{"replace", (PyCFunction)PyCursesPanel_replace_panel, METH_VARARGS},
318317
{"set_userptr", (PyCFunction)PyCursesPanel_set_panel_userptr, METH_O},
319318
{"show", (PyCFunction)PyCursesPanel_show_panel, METH_NOARGS},
320319
{"top", (PyCFunction)PyCursesPanel_top_panel, METH_NOARGS},

0 commit comments

Comments
 (0)