mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-31 02:19:09 +00:00
(svn r5609) CodeChange : Apply coding style
This commit is contained in:
@@ -156,7 +156,7 @@ static const Widget _ask_abandon_game_widgets[] = {
|
||||
{ WIDGETS_END },
|
||||
};
|
||||
|
||||
static void AskAbandonGameWndProc(Window* w, WindowEvent* e)
|
||||
static void AskAbandonGameWndProc(Window *w, WindowEvent *e)
|
||||
{
|
||||
switch (e->event) {
|
||||
case WE_PAINT:
|
||||
@@ -220,7 +220,7 @@ static const Widget _ask_quit_game_widgets[] = {
|
||||
{ WIDGETS_END },
|
||||
};
|
||||
|
||||
static void AskQuitGameWndProc(Window* w, WindowEvent* e)
|
||||
static void AskQuitGameWndProc(Window *w, WindowEvent *e)
|
||||
{
|
||||
switch (e->event) {
|
||||
case WE_PAINT:
|
||||
|
Reference in New Issue
Block a user