More tiny formatting fixes, move function names to start of line
This commit is contained in:
@@ -619,7 +619,8 @@ int fd;
|
||||
}
|
||||
|
||||
/* flush run and buffer */
|
||||
void bflush(fd)
|
||||
void
|
||||
bflush(fd)
|
||||
register int fd;
|
||||
{
|
||||
(*saveprocs.save_bflush)(fd);
|
||||
|
||||
Reference in New Issue
Block a user