summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-30 16:24:31 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-30 16:24:31 +0000
commita00c4e7badad05aa8db9f45d07863bc7d52d767a (patch)
treee55abb06396db3fa3eb522df199dd63b28ec5d85
parent6734bbf80721a2ec4181c4ca789465d139279b72 (diff)
downloadcrawl-ref-a00c4e7badad05aa8db9f45d07863bc7d52d767a.tar.gz
crawl-ref-a00c4e7badad05aa8db9f45d07863bc7d52d767a.zip
Add spacing fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4778 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/decks.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/decks.cc b/crawl-ref/source/decks.cc
index 6937bad77f..b08a51ca75 100644
--- a/crawl-ref/source/decks.cc
+++ b/crawl-ref/source/decks.cc
@@ -2420,7 +2420,7 @@ static void _genie_card(int power, deck_rarity_type rarity)
// special case for *your* god maybe?
static void _godly_wrath()
{
- divine_retribution(static_cast<god_type>(random2(NUM_GODS-1) + 1));
+ divine_retribution(static_cast<god_type>(random2(NUM_GODS - 1) + 1));
}
static void _curse_card(int power, deck_rarity_type rarity)