From 8925f3861d4b2494f302dc2ae5ab642fbcd3f357 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 26 Feb 2009 18:08:59 +0000 Subject: Add more spacing fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9231 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/beam.cc | 2 +- crawl-ref/source/ouch.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc index 31070006d1..8964d0c3a1 100644 --- a/crawl-ref/source/beam.cc +++ b/crawl-ref/source/beam.cc @@ -5598,7 +5598,7 @@ std::string bolt::get_short_name() const std::string beam_type_name(beam_type type) { - switch(type) + switch (type) { case BEAM_NONE: return("none"); case BEAM_MISSILE: return("missile"); diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc index 56367fede5..6c16582638 100644 --- a/crawl-ref/source/ouch.cc +++ b/crawl-ref/source/ouch.cc @@ -959,7 +959,7 @@ void ouch(int dam, int death_source, kill_method_type death_type, if (death_type != KILLED_BY_XOM) aux = "Xom"; } - else if(strstr(aux, "Xom") == NULL) + else if (strstr(aux, "Xom") == NULL) death_type = KILLED_BY_XOM; } -- cgit v1.2.3-54-g00ecf