summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-29 09:41:40 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-29 09:41:40 -0500
commit5ab40202bb7eb8fd23a4e9dc69781c9e8924ebea (patch)
treeda9941b977d734a374a5a5e113b43aeaf8f02dd0 /crawl-ref/source/xom.cc
parent955c8c90a83f43fca51c0f9b40dfab36ae3f2a62 (diff)
downloadcrawl-ref-5ab40202bb7eb8fd23a4e9dc69781c9e8924ebea.tar.gz
crawl-ref-5ab40202bb7eb8fd23a4e9dc69781c9e8924ebea.zip
Add formatting fix.
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index d00b4e6881..5f292d157a 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -1052,8 +1052,9 @@ static bool _xom_do_potion()
{
pot = static_cast<potion_type>(
random_choose(POT_HEALING, POT_HEAL_WOUNDS, POT_MAGIC,
- POT_SPEED, POT_MIGHT, POT_AGILITY, POT_BRILLIANCE, POT_INVISIBILITY,
- POT_BERSERK_RAGE, POT_EXPERIENCE, -1));
+ POT_SPEED, POT_MIGHT, POT_AGILITY, POT_BRILLIANCE,
+ POT_INVISIBILITY, POT_BERSERK_RAGE,
+ POT_EXPERIENCE, -1));
if (pot == POT_EXPERIENCE && !one_chance_in(6))
pot = POT_BERSERK_RAGE;