summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)))
{