Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Starbuck5 committed Nov 20, 2023
1 parent b27fdf4 commit 7a79917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src_c/window.c
Original file line number Diff line number Diff line change
Expand Up @@ -1034,8 +1034,8 @@ static PyMethodDef window_methods[] = {
DOC_SDL2_VIDEO_WINDOW_SETMODALFOR},
{"set_icon", (PyCFunction)window_set_icon, METH_O,
DOC_SDL2_VIDEO_WINDOW_SETICON},
{"flip", (PyCFunction)window_flip,
METH_NOARGS, DOC_SDL2_VIDEO_WINDOW_FLIP},
{"flip", (PyCFunction)window_flip, METH_NOARGS,
DOC_SDL2_VIDEO_WINDOW_FLIP},
{"get_surface", (PyCFunction)window_get_surface, METH_NOARGS,
DOC_SDL2_VIDEO_WINDOW_GETSURFACE},
{"from_display_module", (PyCFunction)window_from_display_module,
Expand Down

0 comments on commit 7a79917

Please sign in to comment.