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/ouch.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/ouch.cc') 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