From 08a97b0cc6bcbfd814c6faf699f04839c23aaded Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 14 Feb 2009 18:13:19 +0000 Subject: Add spacing fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9070 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monstuff.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/monstuff.cc') 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(); -- cgit v1.2.3-54-g00ecf