summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abyss.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 14:39:41 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 14:39:41 +0000
commit56e35d49256c15144dcbfd2ebcc417d465f07879 (patch)
tree759a7ab1e50be47d7eecf60b3cac4b9768ea2c66 /crawl-ref/source/abyss.cc
parentc6c62c62436684d0a462ecd83ed273c6c514df6b (diff)
downloadcrawl-ref-56e35d49256c15144dcbfd2ebcc417d465f07879.tar.gz
crawl-ref-56e35d49256c15144dcbfd2ebcc417d465f07879.zip
Add whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10318 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/abyss.cc')
-rw-r--r--crawl-ref/source/abyss.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/abyss.cc b/crawl-ref/source/abyss.cc
index 0dde4d3e4a..cdc11b55eb 100644
--- a/crawl-ref/source/abyss.cc
+++ b/crawl-ref/source/abyss.cc
@@ -44,11 +44,11 @@ const coord_def abyss_center(45,35);
// If not_seen is true, don't place the feature where it can be seen from
// the centre.
-static bool _place_feature_near( const coord_def &centre,
- int radius,
- dungeon_feature_type candidate,
- dungeon_feature_type replacement,
- int tries, bool not_seen = false )
+static bool _place_feature_near(const coord_def &centre,
+ int radius,
+ dungeon_feature_type candidate,
+ dungeon_feature_type replacement,
+ int tries, bool not_seen = false)
{
const int radius2 = radius * radius + 1;
for (int i = 0; i < tries; ++i)