summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-26 18:08:59 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-26 18:08:59 +0000
commit8925f3861d4b2494f302dc2ae5ab642fbcd3f357 (patch)
tree978d2f7a0f59ada06d4b4e0e2fd72360a1f5731a /crawl-ref/source/ouch.cc
parentf2e78695588ae31646a6fd7036fdb3c036e6ff33 (diff)
downloadcrawl-ref-8925f3861d4b2494f302dc2ae5ab642fbcd3f357.tar.gz
crawl-ref-8925f3861d4b2494f302dc2ae5ab642fbcd3f357.zip
Add more spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9231 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc2
1 files changed, 1 insertions, 1 deletions
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;
}