summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-18 06:24:45 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-18 06:24:45 +0000
commita06edf5979429958d25705d9ea9a93e8a97da45d (patch)
tree6ebb3ac07e43a0e0cdde148182702430ae2c9aee /crawl-ref/source
parent30c7c25e95f8c1c90d06e3380069ccb79811fe87 (diff)
downloadcrawl-ref-a06edf5979429958d25705d9ea9a93e8a97da45d.tar.gz
crawl-ref-a06edf5979429958d25705d9ea9a93e8a97da45d.zip
Add spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10708 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/mgrow.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mgrow.cc b/crawl-ref/source/mgrow.cc
index 7710f7c518..a1bd83cc4d 100644
--- a/crawl-ref/source/mgrow.cc
+++ b/crawl-ref/source/mgrow.cc
@@ -81,8 +81,8 @@ mons_experience_levels::mons_experience_levels()
}
}
-static const monster_level_up *_monster_level_up_target( monster_type type,
- int hit_dice)
+static const monster_level_up *_monster_level_up_target(monster_type type,
+ int hit_dice)
{
for (unsigned i = 0; i < ARRAYSZ(mon_grow); ++i)
{