Skip to content

Commit

Permalink
Clean up whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-drexler committed Aug 29, 2024
1 parent 85e89a3 commit b759e32
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Quake/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -4606,12 +4606,12 @@ static const menukeybind_t menubinds[] =
{"impulse 225", "Laser Cannon", KDM_ANY},
{"impulse 226", "Mjolnir", KDM_ANY},
{"", "", KDM_ANY},
{QUICKSAVE, "Quick save" , KDM_ANY},
{QUICKLOAD, "Quick load" , KDM_ANY},
{"menu_load", "Load menu" , KDM_ANY},
{"menu_save", "Save menu" , KDM_ANY},
{"menu_maps", "Maps menu" , KDM_ANY},
{"menu_options", "Options menu" , KDM_ANY},
{QUICKSAVE, "Quick save", KDM_ANY},
{QUICKLOAD, "Quick load", KDM_ANY},
{"menu_load", "Load menu", KDM_ANY},
{"menu_save", "Save menu", KDM_ANY},
{"menu_maps", "Maps menu", KDM_ANY},
{"menu_options", "Options menu", KDM_ANY},
{"screenshot", "Screenshot", KDM_ANY},
};

Expand Down

0 comments on commit b759e32

Please sign in to comment.