summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-18 17:36:42 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-18 17:36:42 +0000
commit88b3b611b4a78d557eed9f2266c74bdad2b38cd8 (patch)
tree105f6950e9462e82449790a8885bf624035e2649 /crawl-ref/source
parent7e4abb0e408b1382cf6b1e5e96a753d5f5de924b (diff)
downloadcrawl-ref-88b3b611b4a78d557eed9f2266c74bdad2b38cd8.tar.gz
crawl-ref-88b3b611b4a78d557eed9f2266c74bdad2b38cd8.zip
Add more whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5954 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/religion.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 874934a436..78347dfd73 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -3113,7 +3113,7 @@ bool trog_burn_books()
}
int totalpiety = 0;
-
+
for (radius_iterator ri(you.pos(), LOS_RADIUS, true, true, true); ri; ++ri)
{
// If a grid is blocked, books lying there will be ignored.
@@ -3135,14 +3135,14 @@ bool trog_burn_books()
{
continue;
}
-
+
// Ignore {!D} inscribed books.
if (!check_warning_inscriptions( *si, OPER_DESTROY))
{
mpr("Won't ignite {!D} inscribed book.");
continue;
}
-
+
rarity += book_rarity( si->sub_type );
// Piety increases by 2 for books never cracked open, else 1.
// Conversely, rarity influences the duration of the pyre.
@@ -3826,7 +3826,7 @@ static bool _beogh_retribution()
msg << " throws "
<< (num_created > 1 ? "implements" : "an implement")
<< " of " << (am_orc ? "orc slaying" : "electrocution")
- << " at you.";
+ << " at you.";
simple_god_message(msg.str().c_str(), god);
break;
} // else fall through