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

@@ -3571,7 +3571,7 @@ obj_absorb(struct obj **obj1, struct obj **obj2)
* cleanly (since we don't know which we want to stay around)
*/
struct obj *
obj_meld(struct obj** obj1, struct obj** obj2)
obj_meld(struct obj **obj1, struct obj **obj2)
{
struct obj *otmp1, *otmp2, *result = 0;
int ox, oy;