Move some function names to start of line

This commit is contained in:
Pasi Kallinen
2020-11-29 14:10:25 +02:00
parent df8e2dcd74
commit f2218839a3
2 changed files with 10 additions and 5 deletions

View File

@@ -247,7 +247,8 @@ doextversion()
return 0;
}
void early_version_info(pastebuf)
void
early_version_info(pastebuf)
boolean pastebuf;
{
char buf[BUFSZ], buf2[BUFSZ];