summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-17 01:45:54 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-17 01:45:54 +0000
commit582234062b89cfcf85b09ae50353634a20a61f87 (patch)
tree89171a3d1e90156dd086513ed2fe3490f1ca070c /crawl-ref/source/monstuff.h
parent9b87e731486603f433736b24dd0f3de200bef9d3 (diff)
downloadcrawl-ref-582234062b89cfcf85b09ae50353634a20a61f87.tar.gz
crawl-ref-582234062b89cfcf85b09ae50353634a20a61f87.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5903 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monstuff.h')
-rw-r--r--crawl-ref/source/monstuff.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/monstuff.h b/crawl-ref/source/monstuff.h
index a2ca134a64..c003de33d7 100644
--- a/crawl-ref/source/monstuff.h
+++ b/crawl-ref/source/monstuff.h
@@ -89,8 +89,8 @@ void monster_cleanup(monsters *monster);
/* ***********************************************************************
* called from: monstuff beam effects fight view
* *********************************************************************** */
-void behaviour_event( monsters *mon, int event_type,
- int src = MHITNOT, int src_x = 0, int src_y = 0 );
+void behaviour_event(monsters *mon, int event_type, int src = MHITNOT,
+ int src_x = 0, int src_y = 0);
/* ***********************************************************************
* called from: fight - it_use3 - spells