summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-06 22:10:47 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-06 22:10:47 +0000
commit0b4c2928101f14b138780d1f7f386b34d0f9f00e (patch)
treee006f8d82828270c09cfbddd37b37688ce1940c5 /crawl-ref/source/player.cc
parente8eb55d2b0a958af31bd90f630e2190459ff9b02 (diff)
downloadcrawl-ref-0b4c2928101f14b138780d1f7f386b34d0f9f00e.tar.gz
crawl-ref-0b4c2928101f14b138780d1f7f386b34d0f9f00e.zip
Add whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9353 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 5ff67c0139..58140bf441 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -4784,7 +4784,7 @@ bool enough_mp(int minimum, bool suppress_msg, bool include_items)
if (get_real_mp(include_items) < minimum)
{
if (!suppress_msg)
- mpr("You haven't enough magic capacity.");
+ mpr("You haven't enough magic capacity.");
}
else if (you.magic_points < minimum)
{