summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-20 20:28:44 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-20 20:28:44 +0000
commitb632d87fcd548863d67ce4ac10d50e2ea08384ff (patch)
tree778d526d48a8806b1a6ee0b3dcf989e364484796 /crawl-ref/source/spells1.cc
parent741f3db05f169b784e130a11e87f4485d6a679e4 (diff)
downloadcrawl-ref-b632d87fcd548863d67ce4ac10d50e2ea08384ff.tar.gz
crawl-ref-b632d87fcd548863d67ce4ac10d50e2ea08384ff.zip
Add whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4418 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 1e9d1bb5f0..231478d269 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -1062,7 +1062,7 @@ void stone_scales(int pow)
if (you.duration[DUR_STONEMAIL])
mpr("Your scaly armour looks firmer.");
- else
+ else
{
if (you.attribute[ATTR_TRANSFORMATION] == TRAN_STATUE)
mpr( "Your stone body feels more resilient." );
@@ -1071,7 +1071,7 @@ void stone_scales(int pow)
you.redraw_evasion = 1;
you.redraw_armour_class = 1;
- }
+ }
dur_change = 20 + random2(pow) + random2(pow);