Remove trailing whitespaces

This commit is contained in:
Pasi Kallinen
2015-11-09 13:06:19 +02:00
parent 9f19b60147
commit d195052796
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ char who, /* 'd' => deity, 'l' => leader, 'n' => nemesis, 'o' => artifact */
if (who == 'o'
&& (strstri(cvt_buf, "Eyes ")
|| strcmpi(cvt_buf, makesingular(cvt_buf)))) {
pnoun = (lwhich == 'h') ? "they"
pnoun = (lwhich == 'h') ? "they"
: (lwhich == 'i') ? "them"
: (lwhich == 'j') ? "their" : "?";
} else {