From 01b2694acb99e3164b8d65469ee54feb68a7cd08 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sun, 31 Mar 2002 14:55:17 +0000 Subject: [PATCH] Fix whitespace --- Modules/_curses_panel.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Modules/_curses_panel.c b/Modules/_curses_panel.c index 5603fe97247..e616d907735 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},