make style consistent for function ptr arguments
This commit is contained in:
@@ -2106,7 +2106,7 @@ role_init(void)
|
||||
}
|
||||
|
||||
const char *
|
||||
Hello(struct monst* mtmp)
|
||||
Hello(struct monst *mtmp)
|
||||
{
|
||||
switch (Role_switch) {
|
||||
case PM_KNIGHT:
|
||||
|
||||
Reference in New Issue
Block a user