]> granicus.if.org Git - python/commitdiff
Fix whitespace
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 31 Mar 2002 14:55:17 +0000 (14:55 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 31 Mar 2002 14:55:17 +0000 (14:55 +0000)
Modules/_curses_panel.c

index 5603fe97247558039d48a7d2f4ad17cf49274ef8..e616d907735b8b165a2cb9474d6de165cee1c86e 100644 (file)
@@ -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},