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
@@ -1016,7 +1016,7 @@ char *op;
num = 0;
if (!index(op, GOLD_SYM))
buf[num++] = COIN_CLASS;
buf[num++] = COIN_CLASS;
for (sp = op; *sp; sp++) {
oc_sym = def_char_to_objclass(*sp);