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

@ -171,8 +171,7 @@ sort_lookup_list(void)
}
}
static
void
static void
make_new_list(int tlev, int type)
{
struct plchrstr *pp;
@ -217,8 +216,7 @@ make_new_list(int tlev, int type)
sort_lookup_list();
}
static
s_char *
static s_char *
lookup(int key, struct lookup *table)
{
int match;