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 @@
|
|||
* ---
|
||||
*
|
||||
* budg.h: Budget related definitions
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Ville Virrankoski, 1995
|
||||
*/
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* ---
|
||||
*
|
||||
* com.h: Definitions used to parse Empire commands
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef COM_H
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* combat.h: Definitions for things having to do with combat
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Ken Stevens, 1995
|
||||
*/
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* ---
|
||||
*
|
||||
* commands.h: Definitions used for command stuff
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef COMMANDS_H
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
*
|
||||
* commodity.h: Definitions for buy/market/sell commands in a time delay
|
||||
* market
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Pat Loney, 1992
|
||||
* Steve McClure, 1996
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* damage.h: Damage formulas
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Ken Stevens, 1995
|
||||
* Steve McClure, 1998
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* ---
|
||||
*
|
||||
* distribute.h: Definitions for distribution stuff
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef DISTRIBUTE_H
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* econfig-spec.h: Combined include for optlist.h and emp_config.c
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Marc Olzheim, 2004
|
||||
* Markus Armbruster, 2004-2008
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* ---
|
||||
*
|
||||
* empio.h: Describes io pointers used in Empire
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef EMPIO_H
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* empobj.h: General empire objects.
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Ron Koenderink, 2006
|
||||
* Markus Armbruster, 2006-2008
|
||||
|
@ -68,7 +68,7 @@ struct empobj {
|
|||
signed char effic;
|
||||
signed char mobil;
|
||||
unsigned char off;
|
||||
short tech;
|
||||
short tech;
|
||||
char group; /* valid if EFF_GROUP is in table's flags */
|
||||
coord opx, opy;
|
||||
short mission;
|
||||
|
@ -83,7 +83,7 @@ union empobj_storage {
|
|||
struct lndstr land;
|
||||
struct lonstr loan;
|
||||
struct loststr lost;
|
||||
struct natstr nat;
|
||||
struct natstr nat;
|
||||
struct nwsstr news;
|
||||
struct nukstr nuke;
|
||||
struct plnstr plane;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* empthread.h: Definitions for Empire threading
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Sasha Mikheev
|
||||
* Doug Hay, 1998
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* file.h: Describes Empire tables (`files' for historical reasons)
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Markus Armbruster, 2005-2008
|
||||
*/
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* game.h: The game file
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Markus Armbruster, 2007-2008
|
||||
*/
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
* ioqueue.h: Stores and frees data associated with a file descriptor.
|
||||
* uses writev to write, and read to read
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef IOQUEUE_H
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* ---
|
||||
*
|
||||
* item.h: Definitions for item characteristics stuff
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef ITEM_H
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* journal.h: Log a journal of events to a file
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Markus Armbruster, 2004-2008
|
||||
*/
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* land.h: Definitions for land units
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Thomas Ruschak, 1992
|
||||
* Ken Stevens, 1995
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* ---
|
||||
*
|
||||
* loan.h: Definitions for loans
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef LOAN_H
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* lost.h: Definitions for lost items
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Steve McClure, 1997
|
||||
*/
|
||||
|
|
|
@ -6,12 +6,12 @@
|
|||
* modify it under the terms of the GNU Library General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2 of the License, or (at your option) any later version.
|
||||
*
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Library General Public License for more details.
|
||||
*
|
||||
*
|
||||
* You should have received a copy of the GNU Library General Public
|
||||
* License along with this library; if not, write to the Free
|
||||
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* ---
|
||||
*
|
||||
* map.h: Definitions for making maps
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef MAP_H
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* ---
|
||||
*
|
||||
* match.h: Used for string compare matching
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef MATCH_H
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
*
|
||||
* misc.h: Misc. definitions which don't really belong anywhere,
|
||||
* but have to go somewhere!
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Doug Hay, 1998
|
||||
*/
|
||||
|
@ -95,7 +95,7 @@ void exit_nomem(void) ATTRIBUTE((noreturn));
|
|||
extern char *getstarg(char *input, char *prompt, char buf[]);
|
||||
extern char *getstring(char *prompt, char buf[]);
|
||||
extern char *ugetstring(char *prompt, char buf[]);
|
||||
|
||||
|
||||
extern char *prbuf(char *format, ...)
|
||||
ATTRIBUTE((format (printf, 1, 2)));
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* mission.h: Definitions for things having to do with missions.
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Ken Stevens, 1995
|
||||
*/
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* nat.h: Definitions for things having to do with nations
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Thomas Ruschak
|
||||
* Ken Stevens, 1995
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* news.h: Definitions for Empire News
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare
|
||||
* Thomas Ruschak
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* nsc.h: Definitions for Empire conditionals
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1989
|
||||
* Markus Armbruster, 2004-2008
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* nuke.h: Definitions for things having to do with nukes
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1986
|
||||
*/
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* optlist.h: Definitions of option listings
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Ken Stevens, 1995
|
||||
* Steve McClure, 1998
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* ---
|
||||
*
|
||||
* path.h: Definitions for directions, paths, etc.
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef PATH_H
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* ---
|
||||
*
|
||||
* plague.h: plague defines.
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef PLAGUE_H
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* plane.h: Definitions for planes and plane types
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1986
|
||||
* Ken Stevens, 1995
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* player.h: Definitions for player information (threads)
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1994
|
||||
* Doug Hay, 1998
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* ---
|
||||
*
|
||||
* power.h: Definitions for things having to do with the power report.
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef POWER_H
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* ---
|
||||
*
|
||||
* product.h: Definitions for things having to do with products
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef PRODUCT_H
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* proto.h: Protocol for client
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1986
|
||||
*/
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* prototypes.h: Prototypes for server functions
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Curtis Larsen, 1998
|
||||
* Steve McClure, 1998,2000
|
||||
|
@ -54,7 +54,7 @@ extern void finish_server(void);
|
|||
/* in empthread.h */
|
||||
|
||||
/*
|
||||
* src/lib/commands/ *.c
|
||||
* src/lib/commands/ *.c
|
||||
*/
|
||||
extern int check_market(void);
|
||||
extern void gift(natid, natid, void *, char *);
|
||||
|
@ -253,7 +253,7 @@ int xedit(void);
|
|||
int zdon(void);
|
||||
|
||||
/*
|
||||
* src/lib/common/ *.c
|
||||
* src/lib/common/ *.c
|
||||
*/
|
||||
/* bestpath.c */
|
||||
extern char *bestownedpath(char *, char *, int, int, int, int, int);
|
||||
|
@ -315,7 +315,7 @@ extern int demandupdatecheck(void);
|
|||
/* in xdump.h */
|
||||
|
||||
/*
|
||||
* src/lib/gen/ *.c
|
||||
* src/lib/gen/ *.c
|
||||
*/
|
||||
/* fnameat.c */
|
||||
extern char *fnameat(const char *, const char *);
|
||||
|
@ -344,13 +344,13 @@ extern char *plurize(char *buf, int max_len, int n);
|
|||
/* more in misc.h */
|
||||
|
||||
/*
|
||||
* src/lib/global/ *.c
|
||||
* src/lib/global/ *.c
|
||||
*/
|
||||
extern void global_init(void);
|
||||
|
||||
|
||||
/*
|
||||
* src/lib/player/ *.c
|
||||
* src/lib/player/ *.c
|
||||
*/
|
||||
/* accept.c */
|
||||
extern void player_init(void);
|
||||
|
@ -392,7 +392,7 @@ extern void stop_service(void);
|
|||
/* more in service.h */
|
||||
|
||||
/*
|
||||
* src/lib/subs/ *.c
|
||||
* src/lib/subs/ *.c
|
||||
*/
|
||||
/* askyn.c */
|
||||
extern int confirm(char *);
|
||||
|
@ -701,7 +701,7 @@ extern int typed_wu(natid, natid, char *, int);
|
|||
extern int wu(natid, natid, char *, ...) ATTRIBUTE((format (printf, 3, 4)));
|
||||
|
||||
/*
|
||||
* src/lib/update/ *.c
|
||||
* src/lib/update/ *.c
|
||||
*/
|
||||
/* age.c */
|
||||
extern void age_levels(int);
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* ---
|
||||
*
|
||||
* queue.h: Generic vax-like doubly linked list queues
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef QUEUE_H
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* retreat.h: Things having to do with retreating
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Ken Stevens, 1995
|
||||
*/
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* sect.h: Definitions for things having to do with sectors.
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare
|
||||
* Ken Stevens, 1995
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* server.h: Server startup, control and shutdown
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Markus Armbruster, 2004-2008
|
||||
*/
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* service.h: Windows services support
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Ron Koenderink, 2004
|
||||
*/
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* ship.h: Definitions for things having to do with ships
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare
|
||||
* Thomas Ruschak, 1992
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* ---
|
||||
*
|
||||
* tel.h: Definitions for things having to do with telegrams
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef TEL_H
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
*
|
||||
* trade.h: Definitions for trading units/ships/planes in a time delay
|
||||
* system
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare
|
||||
* Pat Loney, 1992
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* treaty.h: Definitions for treaties
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Steve McClure, 1998
|
||||
*/
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* types.h: Empire types
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Markus Armbruster, 2006-2007
|
||||
*/
|
||||
|
|
|
@ -26,12 +26,12 @@
|
|||
* ---
|
||||
*
|
||||
* unit.h: Generalize unit data structures and functions.
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Ron Koenderink, 2006-2007
|
||||
* Markus Armbruster, 2006
|
||||
*/
|
||||
|
||||
|
||||
#ifndef UNIT_H
|
||||
#define UNIT_H
|
||||
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* ---
|
||||
*
|
||||
* update.h: Include headers used for updates
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef UPDATE_H
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* version.h: Version information
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Thomas Ruschak, 1992
|
||||
* Ken Stevens, 1995
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* xdump.h: Extended dumps
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Markus Armbruster, 2008
|
||||
*/
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* xy.h: Constants having to do with world locations.
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Steve McClure, 1998
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue