summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/mon-util.cc2
-rw-r--r--crawl-ref/source/transfor.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index ba75700a7a..f9f7f2bdcd 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -2187,7 +2187,7 @@ static std::string _str_monam(const monsters& mon, description_level_type desc,
if ((mon.flags & MF_KNOWN_MIMIC) && mons_is_shapeshifter(&mon))
{
// If momentarily in original form, don't display "shaped shifter".
- if (mons_genus(mon.type) != MONS_SHAPESHIFTER)
+ if (mons_genus(mon.type) != MONS_SHAPESHIFTER)
{
result += " shaped shifter";
}
diff --git a/crawl-ref/source/transfor.cc b/crawl-ref/source/transfor.cc
index 2036d37e0d..ab26332359 100644
--- a/crawl-ref/source/transfor.cc
+++ b/crawl-ref/source/transfor.cc
@@ -534,7 +534,7 @@ bool transform(int pow, transformation_type which_trans, bool force,
{
if (just_check)
return (true);
-
+
if (which_trans==TRAN_PIG)
mpr("You feel you'll be a pig longer.");
else