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

@@ -835,7 +835,9 @@ int spellnum;
/* convert 1..10 to 0..9; add 10 for second group (spell casting) */
#define ad_to_typ(k) (10 + (int) k - 1)
int buzzmu(mtmp, mattk) /* monster uses spell (ranged) */
/* monster uses spell (ranged) */
int
buzzmu(mtmp, mattk)
register struct monst *mtmp;
register struct attack *mattk;
{