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 9ba6c775c5..52036621cb 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -3649,13 +3649,13 @@ int monsters::body_weight() const
{
int mclass = type;
- switch(mclass)
+ switch (mclass)
{
case MONS_SPECTRAL_THING:
case MONS_SPECTRAL_WARRIOR:
case MONS_ELECTRIC_GOLEM:
case MONS_RAKSHASA_FAKE:
- return 0;
+ return (0);
case MONS_ZOMBIE_SMALL:
case MONS_ZOMBIE_LARGE: