More tiny formatting fixes, move function names to start of line
This commit is contained in:
@@ -27,7 +27,8 @@ extern void
|
||||
VDECL(panic, (const char *, ...))
|
||||
PRINTF_F(1, 2);
|
||||
|
||||
long *alloc(lth)
|
||||
long *
|
||||
alloc(lth)
|
||||
register unsigned int lth;
|
||||
{
|
||||
#ifdef LINT
|
||||
|
||||
Reference in New Issue
Block a user