summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-26 23:24:41 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-26 23:24:41 +0000
commitd58c4046b6ce324b2996a7e64c9147cafb1c8240 (patch)
tree951dce203c03dedeaac56ff7655a730ed26ae93a /crawl-ref/source/mutation.cc
parent43d4f34c18eb1f5517e955f16b97a7f609716c03 (diff)
downloadcrawl-ref-d58c4046b6ce324b2996a7e64c9147cafb1c8240.tar.gz
crawl-ref-d58c4046b6ce324b2996a7e64c9147cafb1c8240.zip
Add whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9240 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mutation.cc')
-rw-r--r--crawl-ref/source/mutation.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index e73a2b107c..9dc256b379 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -468,7 +468,7 @@ mutation_def mutation_defs[] = {
"There is a nasty taste in your mouth for a moment.",
"There is a nasty taste in your mouth for a moment."},
- {"You feel an ache in your throat.",
+ {"You feel an ache in your throat.",
"You feel an ache in your throat.",
"You feel an ache in your throat."},
@@ -2684,7 +2684,7 @@ std::string mutation_name(mutation_type mut, int level, bool colour)
// level == -1 means default action of current level
if (level == -1)
- {
+ {
if (!fully_inactive)
level = player_mutation_level(mut);
else // give description of fully active mutation