summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-17 00:44:25 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-17 00:44:25 +0000
commita226812664575190c3f60efc177903a80a8e774a (patch)
tree2581fb0273c8e63fc575decfb6642b71dba2b727 /crawl-ref/source/misc.cc
parent938d297d2b1dbb2fc080e3f4aa9b5bd5e6a98a71 (diff)
downloadcrawl-ref-a226812664575190c3f60efc177903a80a8e774a.tar.gz
crawl-ref-a226812664575190c3f60efc177903a80a8e774a.zip
Add whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8480 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 4278b7d6fb..e6c4b3d427 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -1124,7 +1124,7 @@ void bleed_onto_floor(const coord_def& where, int montype,
if (!m.can_bleed())
return;
}
-
+
_maybe_bloodify_square(where, damage, spatter, smell_alert);
}