From 05f54cec190b0c200eb06fb3c47214fe044251a1 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 17 Sep 2009 22:42:42 +0000 Subject: Add spacing fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10702 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monplace.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/monplace.cc') diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc index a2136281da..f30198b6af 100644 --- a/crawl-ref/source/monplace.cc +++ b/crawl-ref/source/monplace.cc @@ -1894,7 +1894,7 @@ static monster_type _band_member(band_type band, int power) case BAND_UGLY_THINGS: mon_type = ((power > 21 && one_chance_in(4)) ? - MONS_VERY_UGLY_THING : MONS_UGLY_THING); + MONS_VERY_UGLY_THING : MONS_UGLY_THING); break; case BAND_HELL_HOUNDS: @@ -1939,7 +1939,7 @@ static monster_type _band_member(band_type band, int power) break; case BAND_BALRUG: - mon_type = (coinflip()? MONS_NEQOXEC : MONS_ORANGE_DEMON); + mon_type = (coinflip() ? MONS_NEQOXEC : MONS_ORANGE_DEMON); break; case BAND_CACODEMON: -- cgit v1.2.3-54-g00ecf