From fde2606dbf93993b383076732e5a47c74ac04d13 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 11 Jun 2022 06:59:48 +0300 Subject: [PATCH 31/31] gui-stub: Remove trailing spaces from source files See osdn #44695 Signed-off-by: Marko Lindqvist --- client/gui-stub/canvas.h | 2 +- client/gui-stub/chatline.h | 2 +- client/gui-stub/citydlg.h | 2 +- client/gui-stub/cityrep.h | 2 +- client/gui-stub/colors.h | 2 +- client/gui-stub/connectdlg.c | 2 +- client/gui-stub/connectdlg.h | 2 +- client/gui-stub/dialogs.c | 2 +- client/gui-stub/dialogs.h | 2 +- client/gui-stub/diplodlg.h | 2 +- client/gui-stub/finddlg.h | 2 +- client/gui-stub/gotodlg.h | 2 +- client/gui-stub/graphics.h | 2 +- client/gui-stub/gui_main.h | 2 +- client/gui-stub/helpdlg.h | 2 +- client/gui-stub/inteldlg.h | 2 +- client/gui-stub/mapctrl.h | 2 +- client/gui-stub/mapview.c | 4 ++-- client/gui-stub/mapview.h | 2 +- client/gui-stub/menu.h | 2 +- client/gui-stub/messagedlg.h | 2 +- client/gui-stub/messagewin.h | 2 +- client/gui-stub/optiondlg.h | 2 +- client/gui-stub/pages.c | 2 +- client/gui-stub/pages.h | 2 +- client/gui-stub/plrdlg.h | 2 +- client/gui-stub/ratesdlg.c | 2 +- client/gui-stub/ratesdlg.h | 2 +- client/gui-stub/repodlgs.h | 2 +- client/gui-stub/spaceshipdlg.h | 2 +- client/gui-stub/sprite.h | 2 +- client/gui-stub/themes.c | 2 +- client/gui-stub/voteinfo_bar.h | 2 +- client/gui-stub/wldlg.h | 2 +- 34 files changed, 35 insertions(+), 35 deletions(-) diff --git a/client/gui-stub/canvas.h b/client/gui-stub/canvas.h index 575d61a0d4..1640931978 100644 --- a/client/gui-stub/canvas.h +++ b/client/gui-stub/canvas.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/chatline.h b/client/gui-stub/chatline.h index 9e021ba7dc..83258977e0 100644 --- a/client/gui-stub/chatline.h +++ b/client/gui-stub/chatline.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/citydlg.h b/client/gui-stub/citydlg.h index 2004121756..ea39996834 100644 --- a/client/gui-stub/citydlg.h +++ b/client/gui-stub/citydlg.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/cityrep.h b/client/gui-stub/cityrep.h index ed7ceedcd4..6fec6a0885 100644 --- a/client/gui-stub/cityrep.h +++ b/client/gui-stub/cityrep.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/colors.h b/client/gui-stub/colors.h index 25050b2d57..780f6c6b98 100644 --- a/client/gui-stub/colors.h +++ b/client/gui-stub/colors.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/connectdlg.c b/client/gui-stub/connectdlg.c index 71c4596bfe..b264f2b33f 100644 --- a/client/gui-stub/connectdlg.c +++ b/client/gui-stub/connectdlg.c @@ -85,7 +85,7 @@ void handle_authentication_req(enum authentication_type type, server. **************************************************************************/ void handle_game_load(bool load_successful, const char *filename) -{ +{ /* PORTME */ } diff --git a/client/gui-stub/connectdlg.h b/client/gui-stub/connectdlg.h index 819a7cdadf..02dfd33495 100644 --- a/client/gui-stub/connectdlg.h +++ b/client/gui-stub/connectdlg.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/dialogs.c b/client/gui-stub/dialogs.c index 81e4105374..8c226f0b8a 100644 --- a/client/gui-stub/dialogs.c +++ b/client/gui-stub/dialogs.c @@ -233,7 +233,7 @@ void popdown_all_game_dialogs(void) **************************************************************************/ int action_selection_actor_unit(void) { - /* PORTME */ + /* PORTME */ return IDENTITY_NUMBER_ZERO; } diff --git a/client/gui-stub/dialogs.h b/client/gui-stub/dialogs.h index a08bad6b61..cfa24e28e5 100644 --- a/client/gui-stub/dialogs.h +++ b/client/gui-stub/dialogs.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/diplodlg.h b/client/gui-stub/diplodlg.h index d32ec3e091..a69182802c 100644 --- a/client/gui-stub/diplodlg.h +++ b/client/gui-stub/diplodlg.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/finddlg.h b/client/gui-stub/finddlg.h index 24ade7d378..d8f186d05b 100644 --- a/client/gui-stub/finddlg.h +++ b/client/gui-stub/finddlg.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 2003 - The Freeciv Project This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/gotodlg.h b/client/gui-stub/gotodlg.h index 5f768720fb..99ed03c2b0 100644 --- a/client/gui-stub/gotodlg.h +++ b/client/gui-stub/gotodlg.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/graphics.h b/client/gui-stub/graphics.h index 165403ff80..04873c08eb 100644 --- a/client/gui-stub/graphics.h +++ b/client/gui-stub/graphics.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/gui_main.h b/client/gui-stub/gui_main.h index 266f4a9581..3f21d58bb5 100644 --- a/client/gui-stub/gui_main.h +++ b/client/gui-stub/gui_main.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/helpdlg.h b/client/gui-stub/helpdlg.h index da0e90494b..12a766552f 100644 --- a/client/gui-stub/helpdlg.h +++ b/client/gui-stub/helpdlg.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/inteldlg.h b/client/gui-stub/inteldlg.h index 62135549ea..668d829c2c 100644 --- a/client/gui-stub/inteldlg.h +++ b/client/gui-stub/inteldlg.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 2003 - The Freeciv Project This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/mapctrl.h b/client/gui-stub/mapctrl.h index 07efb436c4..858781edd4 100644 --- a/client/gui-stub/mapctrl.h +++ b/client/gui-stub/mapctrl.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/mapview.c b/client/gui-stub/mapview.c index 48dd903e0b..20d1973f42 100644 --- a/client/gui-stub/mapview.c +++ b/client/gui-stub/mapview.c @@ -92,7 +92,7 @@ void update_mouse_cursor(enum cursor_type new_cursor_type) void gui_update_timeout_label(void) { /* PORTME */ - + /* set some widget based on get_timeout_label_text() */ } @@ -105,7 +105,7 @@ void gui_update_timeout_label(void) void update_turn_done_button(bool do_restore) { static bool flip = FALSE; - + if (!get_turn_done_button_state()) { return; } diff --git a/client/gui-stub/mapview.h b/client/gui-stub/mapview.h index 985578e636..2bcd84c7d2 100644 --- a/client/gui-stub/mapview.h +++ b/client/gui-stub/mapview.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/menu.h b/client/gui-stub/menu.h index 44b13e6946..79b9f94bae 100644 --- a/client/gui-stub/menu.h +++ b/client/gui-stub/menu.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/messagedlg.h b/client/gui-stub/messagedlg.h index 70a98b106b..39a30bf5c1 100644 --- a/client/gui-stub/messagedlg.h +++ b/client/gui-stub/messagedlg.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 2003 - The Freeciv Project This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/messagewin.h b/client/gui-stub/messagewin.h index 538b62b2c4..7ce5e7d432 100644 --- a/client/gui-stub/messagewin.h +++ b/client/gui-stub/messagewin.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/optiondlg.h b/client/gui-stub/optiondlg.h index c78ab3fe2b..955285492b 100644 --- a/client/gui-stub/optiondlg.h +++ b/client/gui-stub/optiondlg.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/pages.c b/client/gui-stub/pages.c index bf4d6ff803..87cf489f28 100644 --- a/client/gui-stub/pages.c +++ b/client/gui-stub/pages.c @@ -55,5 +55,5 @@ enum client_pages gui_get_current_client_page(void) **************************************************************************/ void update_start_page(void) { - /* PORTME */ + /* PORTME */ } diff --git a/client/gui-stub/pages.h b/client/gui-stub/pages.h index 2ccbda4d74..73c1e556c8 100644 --- a/client/gui-stub/pages.h +++ b/client/gui-stub/pages.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996-2004 - The Freeciv Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/plrdlg.h b/client/gui-stub/plrdlg.h index 254c86f307..a467189e05 100644 --- a/client/gui-stub/plrdlg.h +++ b/client/gui-stub/plrdlg.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/ratesdlg.c b/client/gui-stub/ratesdlg.c index 971af692af..4389d94490 100644 --- a/client/gui-stub/ratesdlg.c +++ b/client/gui-stub/ratesdlg.c @@ -32,6 +32,6 @@ void popup_rates_dialog(void) Update multipliers (policies) dialog. **************************************************************************/ void real_multipliers_dialog_update(void *unused) -{ +{ /* PORTME */ } diff --git a/client/gui-stub/ratesdlg.h b/client/gui-stub/ratesdlg.h index 62d22445f8..1ce4dd120e 100644 --- a/client/gui-stub/ratesdlg.h +++ b/client/gui-stub/ratesdlg.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 2003 - The Freeciv Project This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/repodlgs.h b/client/gui-stub/repodlgs.h index a470fa995c..eef5ea4528 100644 --- a/client/gui-stub/repodlgs.h +++ b/client/gui-stub/repodlgs.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/spaceshipdlg.h b/client/gui-stub/spaceshipdlg.h index 14673c728a..a8ced0e82d 100644 --- a/client/gui-stub/spaceshipdlg.h +++ b/client/gui-stub/spaceshipdlg.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/sprite.h b/client/gui-stub/sprite.h index 64c56a74a6..2152796dc7 100644 --- a/client/gui-stub/sprite.h +++ b/client/gui-stub/sprite.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/themes.c b/client/gui-stub/themes.c index f3aa2435a1..0367c3ad6f 100644 --- a/client/gui-stub/themes.c +++ b/client/gui-stub/themes.c @@ -51,7 +51,7 @@ void gui_gui_clear_theme(void) char **gui_get_gui_specific_themes_directories(int *count) { *count = 0; - + return fc_malloc(sizeof(char*) * 0); } diff --git a/client/gui-stub/voteinfo_bar.h b/client/gui-stub/voteinfo_bar.h index f5d103105f..b447cf6e6f 100644 --- a/client/gui-stub/voteinfo_bar.h +++ b/client/gui-stub/voteinfo_bar.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client/gui-stub/wldlg.h b/client/gui-stub/wldlg.h index 6492ee9e5b..53ba660472 100644 --- a/client/gui-stub/wldlg.h +++ b/client/gui-stub/wldlg.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- 2.35.1