Indentation fix.
This commit is contained in:
parent
a3cd473589
commit
0696bb190d
8 changed files with 23 additions and 46 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue