summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-23 22:44:50 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-23 22:44:50 +0000
commit1c46649f35b7423825ea143b614661bc502c9cc5 (patch)
tree71d8521d6c53a0b05573ba3ba0c1b480fbb888dc /crawl-ref/source/player.h
parentea9b36154067b4b24fa9deaf34185bf75f1fbdfc (diff)
downloadcrawl-ref-1c46649f35b7423825ea143b614661bc502c9cc5.tar.gz
crawl-ref-1c46649f35b7423825ea143b614661bc502c9cc5.zip
Add more spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9690 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 3c2a12e339..3c9f2f5673 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -28,8 +28,8 @@ bool move_player_to_grid( const coord_def& p, bool stepped, bool allow_shift,
bool force, bool swapping = false );
bool player_in_mappable_area(void);
-bool player_in_branch( int branch );
-bool player_in_hell( void );
+bool player_in_branch(int branch);
+bool player_in_hell(void);
int get_player_wielded_weapon(void);
bool berserk_check_wielded_weapon(void);