More tiny formatting fixes, move function names to start of line

This commit is contained in:
Pasi Kallinen
2015-11-25 10:15:41 +02:00
parent c8e83332fe
commit 943cc6057c
10 changed files with 31 additions and 12 deletions

View File

@@ -181,7 +181,9 @@ register int exper, rexp;
flags.beginner = 0;
}
void losexp(drainer) /* e.g., hit by drain life attack */
/* e.g., hit by drain life attack */
void
losexp(drainer)
const char *drainer; /* cause of death, if drain should be fatal */
{
register int num;