summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-20 19:06:47 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-20 19:06:47 +0000
commit0da6681bc0a2f308f9bca6e030adf9a54bc3b959 (patch)
treeb64e201111e3c3882a615a7bd3b652a7a036a28f /crawl-ref/source/abl-show.cc
parent3a83e92a99ce7a161f36e0bd2f1412580ef9bca0 (diff)
downloadcrawl-ref-0da6681bc0a2f308f9bca6e030adf9a54bc3b959.tar.gz
crawl-ref-0da6681bc0a2f308f9bca6e030adf9a54bc3b959.zip
Spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10356 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/abl-show.cc')
-rw-r--r--crawl-ref/source/abl-show.cc13
1 files changed, 6 insertions, 7 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index 7cc0d1df7f..88fd7e5641 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -1928,21 +1928,20 @@ static bool _do_ability(const ability_def& abil)
}
case ABIL_FEAWN_SUNLIGHT:
- if(!sunlight())
- return false;
+ if (!sunlight())
+ return (false);
exercise(SK_INVOCATIONS, 2 + random2(3));
break;
case ABIL_FEAWN_PLANT_RING:
- if(!plant_ring_from_fruit())
- return false;
+ if (!plant_ring_from_fruit())
+ return (false);
exercise(SK_INVOCATIONS, 2 + random2(3));
break;
case ABIL_FEAWN_RAIN:
-
rain(you.pos() );
exercise(SK_INVOCATIONS, 2 + random2(3));
@@ -1955,8 +1954,8 @@ static bool _do_ability(const ability_def& abil)
break;
case ABIL_FEAWN_EVOLUTION:
- if(!evolve_flora())
- return false;
+ if (!evolve_flora())
+ return (false);
exercise(SK_INVOCATIONS, 2 + random2(3));
break;