summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-30 16:32:47 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-30 16:32:47 +0000
commit5554f58f9fee52f636d8d995d072265ba097eed1 (patch)
treec13e1310795c8f65eaef559311d84ba9ace89af1
parent6980c82b993fdf77f371b7cbfabd5fb32aeeb6dd (diff)
downloadcrawl-ref-5554f58f9fee52f636d8d995d072265ba097eed1.tar.gz
crawl-ref-5554f58f9fee52f636d8d995d072265ba097eed1.zip
Add whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9851 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/acr.cc2
-rw-r--r--crawl-ref/source/beam.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 1b56a12daf..300fe50ca8 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -332,7 +332,7 @@ static void _wanderer_startup_message()
}
}
-static void _god_greeting_message( bool game_start )
+static void _god_greeting_message(bool game_start)
{
switch (you.religion)
{
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index 89c383336e..5133bb0c9e 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -1794,7 +1794,7 @@ void bolt::hit_wall()
if (is_tracer && YOU_KILL(thrower) && in_bounds(target)
&& pos() != target && pos() != source
- && flavour != BEAM_DIGGING && flavour <= BEAM_LAST_REAL
+ && flavour != BEAM_DIGGING && flavour <= BEAM_LAST_REAL
&& !affects_nothing && bounces == 0 && reflections == 0
&& see_grid(target) && !grid_is_solid(grd(target)))
{