Indentation fix.

This commit is contained in:
Markus Armbruster 2004-02-06 23:26:25 +00:00
parent a3cd473589
commit 0696bb190d
8 changed files with 23 additions and 46 deletions

View file

@ -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];