Indentation fix.
This commit is contained in:
parent
a3cd473589
commit
0696bb190d
8 changed files with 23 additions and 46 deletions
|
@ -124,8 +124,7 @@ findfree(void)
|
|||
}
|
||||
}
|
||||
|
||||
static
|
||||
int
|
||||
static int
|
||||
nextfree(void)
|
||||
{
|
||||
struct free *fp;
|
||||
|
@ -148,8 +147,7 @@ struct newscache {
|
|||
int id;
|
||||
};
|
||||
|
||||
static
|
||||
struct newscache *
|
||||
static struct newscache *
|
||||
ncache(time_t now, int actor, int event, int victim, int times)
|
||||
{
|
||||
static struct newscache cache[MAXNOC][SLOTS];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue