summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-27 11:35:27 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-27 11:35:27 +0000
commit39e1fb93fe8332c69e55c4364d28091a02d52ad5 (patch)
tree361da082b88a8931570333c4386e6e3f67365dd0
parentc2e9a6bbb5d3e274534c493298669db46dd85855 (diff)
downloadcrawl-ref-39e1fb93fe8332c69e55c4364d28091a02d52ad5.tar.gz
crawl-ref-39e1fb93fe8332c69e55c4364d28091a02d52ad5.zip
Add whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10060 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/it_use3.cc4
-rw-r--r--crawl-ref/source/player.cc2
2 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/it_use3.cc b/crawl-ref/source/it_use3.cc
index bbaf27f11d..7101226165 100644
--- a/crawl-ref/source/it_use3.cc
+++ b/crawl-ref/source/it_use3.cc
@@ -153,7 +153,7 @@ void shadow_lantern_effect()
did_god_conduct(DID_NECROMANCY, 1);
}
}
-
+
void unrand_reacts()
{
item_def* weapon = you.weapon();
@@ -717,7 +717,7 @@ bool evoke_item(int slot)
#if DEBUG // Used only by an assert
const bool wielded = (you.equip[EQ_WEAPON] == slot);
#endif /* DEBUG */
-
+
item_def& item = you.inv[slot];
// Also handles messages.
if (!item_is_evokable(item, false, false, true))
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 62fe64bd73..c04ea520bf 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -1047,7 +1047,7 @@ bool player_equip_unrand(int unrand_index)
return (true);
}
break;
-
+
case EQ_NONE:
case EQ_STAFF:
case EQ_LEFT_RING: