summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilesdl.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-28 19:46:18 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-28 19:46:18 +0000
commit21361a5df873316c55c3e4e494249377149b2334 (patch)
tree410c4f3b4475ee721a412302d51cf27529530e30 /crawl-ref/source/tilesdl.h
parentb94440dcf7c44d70948fb30166651cc0c13145b9 (diff)
downloadcrawl-ref-21361a5df873316c55c3e4e494249377149b2334.tar.gz
crawl-ref-21361a5df873316c55c3e4e494249377149b2334.zip
Add whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7054 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tilesdl.h')
-rw-r--r--crawl-ref/source/tilesdl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/tilesdl.h b/crawl-ref/source/tilesdl.h
index 13440bb605..11016e3b2a 100644
--- a/crawl-ref/source/tilesdl.h
+++ b/crawl-ref/source/tilesdl.h
@@ -40,7 +40,7 @@ enum key_mod
struct MouseEvent
{
- enum mouse_event_type
+ enum mouse_event_type
{
PRESS,
RELEASE,
@@ -57,7 +57,7 @@ struct MouseEvent
SCROLL_DOWN = 0x10
};
- // kind of event
+ // kind of event
mouse_event_type event;
// if PRESS or RELEASE, the button pressed
mouse_event_button button;
@@ -190,7 +190,7 @@ extern TilesFramework tiles;
#ifdef __MINGW32__
#ifndef alloca
-// Srsly, MinGW, wtf?
+// Srsly, MinGW, wtf?
void *alloca(size_t);
#endif
#endif