summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-09 15:02:37 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-09 15:02:37 +0000
commitf182d494b51c6c4b7f398e4c9be3926807514ab6 (patch)
tree23c2e5b68199f908fe6a72b09575a74028c3f61f /crawl-ref/source/effects.cc
parente67dc8bb3939468964fd9d66cce57e88cf77d269 (diff)
downloadcrawl-ref-f182d494b51c6c4b7f398e4c9be3926807514ab6.tar.gz
crawl-ref-f182d494b51c6c4b7f398e4c9be3926807514ab6.zip
Add whitespace fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9931 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 015ed895fe..764e8abc3e 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -3178,7 +3178,7 @@ static void _rot_inventory_food(long time_delta)
}
else
msg += "completely or partially ";
-
+
msg += "rotted away.";
mprf(MSGCH_ROTTEN_MEAT, "%s", msg.c_str());
}