summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-14 18:13:19 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-14 18:13:19 +0000
commit08a97b0cc6bcbfd814c6faf699f04839c23aaded (patch)
treeebe471db87db9460df50f346d2240c377d11bf65 /crawl-ref/source/monstuff.cc
parent2337ac0cf18ce15fdf37427c870bfc054167fc1d (diff)
downloadcrawl-ref-08a97b0cc6bcbfd814c6faf699f04839c23aaded.tar.gz
crawl-ref-08a97b0cc6bcbfd814c6faf699f04839c23aaded.zip
Add spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9070 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index c5e878dbf9..8d05bfda26 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -507,9 +507,9 @@ static void _give_monster_experience(monsters *victim,
}
static void _give_adjusted_experience(monsters *monster, killer_type killer,
- bool pet_kill, int killer_index,
- unsigned int *exp_gain,
- unsigned int *avail_gain)
+ bool pet_kill, int killer_index,
+ unsigned int *exp_gain,
+ unsigned int *avail_gain)
{
const int experience = exper_value(monster);
@@ -1099,7 +1099,7 @@ int monster_die(monsters *monster, killer_type killer,
const bool drop_items = !hard_reset;
- const bool mons_reset( killer == KILL_RESET || killer == KILL_DISMISSED );
+ const bool mons_reset(killer == KILL_RESET || killer == KILL_DISMISSED);
const bool submerged = monster->submerged();