summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transfor.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-17 21:43:35 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-17 21:43:35 +0000
commita915f78e78e5843467bc735a1e2afa9612d0c795 (patch)
treeaf1f52400c31959152b2f5f52fa39655a5a83086 /crawl-ref/source/transfor.cc
parent1f2ac2668550d8f0dbd03440364a156abb1e471e (diff)
downloadcrawl-ref-a915f78e78e5843467bc735a1e2afa9612d0c795.tar.gz
crawl-ref-a915f78e78e5843467bc735a1e2afa9612d0c795.zip
Add whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10258 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/transfor.cc')
-rw-r--r--crawl-ref/source/transfor.cc2
1 files changed, 1 insertions, 1 deletions
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