From 382bc988303c51169e03fa2dae71dba51ba40d88 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 19 Apr 2009 14:46:11 +0000 Subject: Add spacing fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9654 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/misc.h') 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); -- cgit v1.2.3-54-g00ecf