make style consistent for function ptr arguments

This commit is contained in:
nhmall
2024-02-19 17:21:04 -05:00
parent 688ac6ffbe
commit 0a985459f0
24 changed files with 207 additions and 207 deletions

View File

@@ -2106,7 +2106,7 @@ role_init(void)
}
const char *
Hello(struct monst* mtmp)
Hello(struct monst *mtmp)
{
switch (Role_switch) {
case PM_KNIGHT: