summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-13 22:05:57 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-13 22:05:57 +0000
commiteaef97383e2c359af1c3150e4472e478b9688135 (patch)
tree0bda8b9f7e83a08947bbbabd32ff27a32b504983 /crawl-ref/source/religion.h
parent5cdc09afe687ace2d39c3419a62e8164510c1fd7 (diff)
downloadcrawl-ref-eaef97383e2c359af1c3150e4472e478b9688135.tar.gz
crawl-ref-eaef97383e2c359af1c3150e4472e478b9688135.zip
Add spacing fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9451 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 9f59c1a685..32bfb1e152 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -162,5 +162,5 @@ bool god_likes_items(god_type god);
void religion_turn_start();
void religion_turn_end();
-int get_tension(god_type god = you.religion);
+int get_tension(god_type god = you.religion);
#endif