summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-07-08 13:06:44 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-07-08 23:47:51 +0200
commit3379a56f94788a78111c0842b8771da134e6061d (patch)
treec343bf758c1f0b49a0b40cd3ab3b385b3c0fcdf5 /crawl-ref/source/menu.h
parentac04a5e73b7dd695f5f92ee492f8207e3de233c7 (diff)
downloadcrawl-ref-3379a56f94788a78111c0842b8771da134e6061d.tar.gz
crawl-ref-3379a56f94788a78111c0842b8771da134e6061d.zip
Adjust some whitespace and formatting.
Diffstat (limited to 'crawl-ref/source/menu.h')
-rw-r--r--crawl-ref/source/menu.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index a1b6230910..2386f4ee34 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -761,7 +761,8 @@ public:
virtual bool attach_item(MenuItem* item) = 0;
protected:
- enum Direction{
+ enum Direction
+ {
UP,
DOWN,
LEFT,
@@ -1061,7 +1062,8 @@ public:
virtual void set_active_object(MenuObject* object);
protected:
// These correspond to the Arrow keys when used for browsing the menus
- enum Direction{
+ enum Direction
+ {
UP,
DOWN,
LEFT,