summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/terrain.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-12-30 16:35:22 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-12-30 16:35:22 +0100
commitf2e7c8c87364a4fbb7e5128d03b9045650bea613 (patch)
treefe73b4db63f87068063444dfd67521ad77bf1174 /crawl-ref/source/terrain.h
parenta0ee6167792782f6be51b720f84e731416c63504 (diff)
downloadcrawl-ref-f2e7c8c87364a4fbb7e5128d03b9045650bea613.tar.gz
crawl-ref-f2e7c8c87364a4fbb7e5128d03b9045650bea613.zip
Whitespace fixes.
Diffstat (limited to 'crawl-ref/source/terrain.h')
-rw-r--r--crawl-ref/source/terrain.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/terrain.h b/crawl-ref/source/terrain.h
index aee394a1b0..a34f122e4a 100644
--- a/crawl-ref/source/terrain.h
+++ b/crawl-ref/source/terrain.h
@@ -27,9 +27,9 @@ private:
actor* actor_at(const coord_def& c);
-int count_neighbours_with_func (const coord_def& c, bool (*checker)(dungeon_feature_type));
-bool feat_is_test (dungeon_feature_type feat, bool (*checker)(dungeon_feature_type));
-bool feat_is_test (const coord_def& c, bool (*checker)(dungeon_feature_type));
+int count_neighbours_with_func(const coord_def& c, bool (*checker)(dungeon_feature_type));
+bool feat_is_test(dungeon_feature_type feat, bool (*checker)(dungeon_feature_type));
+bool feat_is_test(const coord_def& c, bool (*checker)(dungeon_feature_type));
bool fall_into_a_pool(const coord_def& entry, bool allow_shift,
dungeon_feature_type terrain);
@@ -37,7 +37,7 @@ bool fall_into_a_pool(const coord_def& entry, bool allow_shift,
bool cell_is_solid(int x, int y);
bool cell_is_solid(const coord_def &c);
-bool feat_is_malign_gateway_suitable (dungeon_feature_type feat);
+bool feat_is_malign_gateway_suitable(dungeon_feature_type feat);
bool feat_is_wall(dungeon_feature_type feat);
bool feat_is_opaque(dungeon_feature_type feat);
bool feat_is_solid(dungeon_feature_type feat);