Indentation fix.
This commit is contained in:
parent
a3cd473589
commit
0696bb190d
8 changed files with 23 additions and 46 deletions
|
@ -652,8 +652,7 @@ build_land(register struct sctstr *sp, register struct lchrstr *lp,
|
|||
return 1;
|
||||
}
|
||||
|
||||
static
|
||||
int
|
||||
static int
|
||||
build_bridge(register struct sctstr *sp, register int *vec)
|
||||
{
|
||||
extern int buil_bh;
|
||||
|
@ -807,8 +806,7 @@ build_bridge(register struct sctstr *sp, register int *vec)
|
|||
return 1;
|
||||
}
|
||||
|
||||
static
|
||||
int
|
||||
static int
|
||||
build_nuke(register struct sctstr *sp, register struct nchrstr *np,
|
||||
register int *vec)
|
||||
{
|
||||
|
@ -866,8 +864,7 @@ build_nuke(register struct sctstr *sp, register struct nchrstr *np,
|
|||
return 1;
|
||||
}
|
||||
|
||||
static
|
||||
int
|
||||
static int
|
||||
build_plane(register struct sctstr *sp, register struct plchrstr *pp,
|
||||
register int *vec, int tlev)
|
||||
{
|
||||
|
@ -1006,8 +1003,7 @@ build_plane(register struct sctstr *sp, register struct plchrstr *pp,
|
|||
return 1;
|
||||
}
|
||||
|
||||
static
|
||||
int
|
||||
static int
|
||||
build_tower(register struct sctstr *sp, register int *vec)
|
||||
{
|
||||
extern int buil_tower_bh;
|
||||
|
|
|
@ -126,8 +126,7 @@ head(void)
|
|||
return RET_OK;
|
||||
}
|
||||
|
||||
static
|
||||
int
|
||||
static int
|
||||
head_printscoop(struct histstr (*hist)[MAXNOC], natid ano, natid vno)
|
||||
{
|
||||
register struct histstr *hp;
|
||||
|
@ -144,8 +143,7 @@ head_printscoop(struct histstr (*hist)[MAXNOC], natid ano, natid vno)
|
|||
return severity;
|
||||
}
|
||||
|
||||
static
|
||||
s_char *
|
||||
static s_char *
|
||||
head_meanwhile(int val)
|
||||
{
|
||||
switch (val & 03) {
|
||||
|
@ -162,8 +160,7 @@ head_meanwhile(int val)
|
|||
return "";
|
||||
}
|
||||
|
||||
static
|
||||
s_char *
|
||||
static s_char *
|
||||
head_describe(struct histstr *hp, int what)
|
||||
{
|
||||
s_char *cp;
|
||||
|
@ -222,8 +219,7 @@ head_describe(struct histstr *hp, int what)
|
|||
* returns 9 if no scoops were found
|
||||
* Pretty strange.
|
||||
*/
|
||||
static
|
||||
int
|
||||
static int
|
||||
head_findscoop(struct histstr (*hist)[MAXNOC], register natid maxcnum,
|
||||
natid *ano, natid *vno)
|
||||
{
|
||||
|
|
|
@ -55,8 +55,7 @@ static int fileselect(struct dirent *dp);
|
|||
static int printdir(void);
|
||||
#endif
|
||||
|
||||
static
|
||||
s_char *
|
||||
static s_char *
|
||||
lowerit(s_char *buf, int n, s_char *orig)
|
||||
{ /* converts a string to lower case */
|
||||
/* lower case output buffer */
|
||||
|
@ -72,8 +71,7 @@ lowerit(s_char *buf, int n, s_char *orig)
|
|||
return buf;
|
||||
}
|
||||
|
||||
static
|
||||
int
|
||||
static int
|
||||
strnccmp(s_char *s1, s_char *s2, int n)
|
||||
{
|
||||
int i;
|
||||
|
@ -163,8 +161,7 @@ info(void)
|
|||
#if 0
|
||||
static int biggest;
|
||||
|
||||
static
|
||||
int
|
||||
static int
|
||||
fileselect(struct dirent *dp)
|
||||
{
|
||||
int l;
|
||||
|
@ -177,8 +174,7 @@ fileselect(struct dirent *dp)
|
|||
}
|
||||
|
||||
#ifdef solaris
|
||||
static
|
||||
int
|
||||
static int
|
||||
alphasort(struct dirent *d1, struct dirent *d2)
|
||||
{
|
||||
return strcmp(d1->d_name, d2->d_name);
|
||||
|
|
|
@ -142,8 +142,7 @@ surv(void)
|
|||
return RET_OK;
|
||||
}
|
||||
|
||||
static
|
||||
s_char
|
||||
static s_char
|
||||
code_char(long int coding, struct sctstr *sp)
|
||||
{
|
||||
int amt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue