summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 43bcc6a29a..9534760467 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -2784,10 +2784,10 @@ const char *mons_pronoun(monster_type mon_type, pronoun_type variant,
{
gender_type gender = GENDER_NEUTER;
- if (mons_is_unique( mon_type ) && mon_type != MONS_PLAYER_GHOST
+ if (mons_is_unique(mon_type) && mon_type != MONS_PLAYER_GHOST
|| mon_type == MONS_MERMAID)
{
- switch(mon_type)
+ switch (mon_type)
{
case MONS_JESSICA:
case MONS_PSYCHE: