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
+2 -1
View File
@@ -436,7 +436,8 @@ register struct monst *mtmp;
Strcat(info, ", asleep");
#if 0 /* unfortunately mfrozen covers temporary sleep and being busy \
(donning armor, for instance) as well as paralysis */
else if (mtmp->mfrozen) Strcat(info, ", paralyzed");
else if (mtmp->mfrozen)
Strcat(info, ", paralyzed");
#else
else if (mtmp->mfrozen || !mtmp->mcanmove)
Strcat(info, ", can't move");