From 0da6681bc0a2f308f9bca6e030adf9a54bc3b959 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 20 Jul 2009 19:06:47 +0000 Subject: Spacing fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10356 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/abl-show.cc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'crawl-ref/source/abl-show.cc') 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; -- cgit v1.2.3-54-g00ecf