Convert tab after #define to space
This commit is contained in:
parent
243a15052f
commit
25d29c8f8f
32 changed files with 186 additions and 186 deletions
|
@ -38,7 +38,7 @@
|
|||
#include "optlist.h"
|
||||
#include "ship.h"
|
||||
|
||||
#define TSIZE 200
|
||||
#define TSIZE 200
|
||||
|
||||
struct coast {
|
||||
struct coast *c_next;
|
||||
|
|
|
@ -50,8 +50,8 @@
|
|||
/*
|
||||
* The values 1 and -1 are important below, don't change them.
|
||||
*/
|
||||
#define LOAD 1
|
||||
#define UNLOAD -1
|
||||
#define LOAD 1
|
||||
#define UNLOAD -1
|
||||
|
||||
static int load_plane_ship(struct sctstr *sectp, struct shpstr *sp,
|
||||
int noisy, int load_unload, int *nshipsp);
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include "optlist.h"
|
||||
#include "plane.h"
|
||||
|
||||
#define TSIZE 200
|
||||
#define TSIZE 200
|
||||
|
||||
struct sky {
|
||||
struct sky *s_next;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue