summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-18 06:35:17 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-18 06:35:17 +0000
commitc764cf74d3da0319bb8711d4c974a786c5afab9a (patch)
tree1c08f57b8da285c2da76bd0c44fd113e84dafa49 /crawl-ref/source/spl-util.h
parent493c05e409e21f1b1803b5ffb93b42c37266aac7 (diff)
downloadcrawl-ref-c764cf74d3da0319bb8711d4c974a786c5afab9a.tar.gz
crawl-ref-c764cf74d3da0319bb8711d4c974a786c5afab9a.zip
Add whitespace fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5938 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-util.h')
-rw-r--r--crawl-ref/source/spl-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h
index d9f3358a95..5ab1f381a3 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -116,7 +116,7 @@ int apply_area_around_square( int (*func) (int, int, int, int),
int targ_x, int targ_y, int power );
int apply_random_around_square( int (*func) (int, int, int, int),
- int targ_x, int targ_y, bool hole_in_middle,
+ int targ_x, int targ_y, bool hole_in_middle,
int power, int max_targs );
int apply_one_neighbouring_square(int (*func) (int, int, int, int),