summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-19 14:46:11 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-19 14:46:11 +0000
commit382bc988303c51169e03fa2dae71dba51ba40d88 (patch)
tree696144862a4ce1e5d0aacdd191b487434034066f /crawl-ref/source/misc.h
parent1bdc77fffd33bbd8123033892504bd4f42d364c9 (diff)
downloadcrawl-ref-382bc988303c51169e03fa2dae71dba51ba40d88.tar.gz
crawl-ref-382bc988303c51169e03fa2dae71dba51ba40d88.zip
Add spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9654 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index 400007aad5..e65afcd99b 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -16,7 +16,7 @@ struct dist;
struct activity_interrupt_data;
bool go_berserk(bool intentional);
-void search_around( bool only_adjacent = false );
+void search_around(bool only_adjacent = false);
void down_stairs(int old_level,
dungeon_feature_type force_stair = DNGN_UNSEEN,
entry_cause_type entry_cause = EC_UNKNOWN);