formatting: tab removal

This commit is contained in:
PatR
2016-05-20 17:01:40 -07:00
parent a908367fef
commit 1a47273ad5
14 changed files with 56 additions and 52 deletions
+1 -1
View File
@@ -2615,7 +2615,7 @@ struct obj *obj;
obj, doname, thesimpleoname, "that")) != 'y')
return 0;
}
if (!wield_tool(obj, "use"))
if (!wield_tool(obj, "use"))
return 0;
res = 1;
}