Fix trailing whitespace
This commit is contained in:
parent
a9653c475b
commit
d702068457
509 changed files with 922 additions and 922 deletions
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* idle.c: Stamps out idle players. Runs at low priority
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1994
|
||||
*/
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* main.c: Empire Server main, startup and shutdown
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1994
|
||||
* Steve McClure, 1996, 1998
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* marketup.c: Market updater thread
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Steve McClure, 1996
|
||||
* Markus Armbruster, 2007
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* shutdown.c: Shuts down server. Runs at low priority.
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Ken Stevens, 1995
|
||||
* Markus Armbruster, 2007-2008
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* update.c: Update scheduler
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1994
|
||||
* Steve McClure, 1996
|
||||
|
@ -221,9 +221,9 @@ int
|
|||
run_hook(char *cmd, char *name)
|
||||
{
|
||||
int status;
|
||||
|
||||
|
||||
fflush(NULL);
|
||||
|
||||
|
||||
status = system(cmd);
|
||||
if (status == 0)
|
||||
; /* successful exit */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue