diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-03-31 14:55:17 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-03-31 14:55:17 (GMT) |
commit | 01b2694acb99e3164b8d65469ee54feb68a7cd08 (patch) | |
tree | 37d32ac6ba3f76b323105bed687db7a86c244c47 /Modules/_curses_panel.c | |
parent | b049325e922ecf480432f43b106de136bd877a9b (diff) | |
download | cpython-01b2694acb99e3164b8d65469ee54feb68a7cd08.zip cpython-01b2694acb99e3164b8d65469ee54feb68a7cd08.tar.gz cpython-01b2694acb99e3164b8d65469ee54feb68a7cd08.tar.bz2 |
Fix whitespace
Diffstat (limited to 'Modules/_curses_panel.c')
-rw-r--r-- | Modules/_curses_panel.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/_curses_panel.c b/Modules/_curses_panel.c index 5603fe9..e616d90 100644 --- a/Modules/_curses_panel.c +++ b/Modules/_curses_panel.c @@ -313,8 +313,7 @@ static PyMethodDef PyCursesPanel_Methods[] = { {"hidden", (PyCFunction)PyCursesPanel_panel_hidden, METH_NOARGS}, {"hide", (PyCFunction)PyCursesPanel_hide_panel, METH_NOARGS}, {"move", (PyCFunction)PyCursesPanel_move_panel, METH_VARARGS}, - {"replace", (PyCFunction)PyCursesPanel_replace_panel, - METH_VARARGS}, + {"replace", (PyCFunction)PyCursesPanel_replace_panel, METH_VARARGS}, {"set_userptr", (PyCFunction)PyCursesPanel_set_panel_userptr, METH_O}, {"show", (PyCFunction)PyCursesPanel_show_panel, METH_NOARGS}, {"top", (PyCFunction)PyCursesPanel_top_panel, METH_NOARGS}, |