summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-08 01:31:54 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-08 01:31:54 +0000
commitc14289d9e10373085bb757b8ed1acf401aa4c617 (patch)
tree8c7dad442b62dff6d1eb602914ec725069c07ae4 /crawl-ref
parent77db3409a15b49f633e303bf01cb794d8a9697a2 (diff)
downloadcrawl-ref-c14289d9e10373085bb757b8ed1acf401aa4c617.tar.gz
crawl-ref-c14289d9e10373085bb757b8ed1acf401aa4c617.zip
Add spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8318 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/monstuff.cc2
-rw-r--r--crawl-ref/source/monstuff.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 24860fc899..db999f59e5 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -8642,7 +8642,7 @@ void seen_monster(monsters *monster)
// the monster was moved.
//
//---------------------------------------------------------------
-bool shift_monster( monsters *mon, coord_def p )
+bool shift_monster(monsters *mon, coord_def p)
{
coord_def result;
diff --git a/crawl-ref/source/monstuff.h b/crawl-ref/source/monstuff.h
index 41604c31c5..63bd62f371 100644
--- a/crawl-ref/source/monstuff.h
+++ b/crawl-ref/source/monstuff.h
@@ -202,7 +202,7 @@ bool heal_monster(monsters *patient, int health_boost, bool permit_growth);
void seen_monster(monsters *monster);
-bool shift_monster(monsters *mon, coord_def p = coord_def(0,0) );
+bool shift_monster(monsters *mon, coord_def p = coord_def(0, 0));
int mons_weapon_damage_rating(const item_def &launcher);
int mons_missile_damage(monsters *mons, const item_def *launch,