summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-10-05 14:03:46 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-10-05 14:03:46 +0200
commitbc9b735b081a450dc6be3425e04fcc01e012c149 (patch)
tree73b0d777f96faf92888f70c9d4c893760e6a7043 /crawl-ref/source/mapdef.cc
parenta98f0842a671faaad92e9821ab3c7c21d8aa866b (diff)
downloadcrawl-ref-bc9b735b081a450dc6be3425e04fcc01e012c149.tar.gz
crawl-ref-bc9b735b081a450dc6be3425e04fcc01e012c149.zip
Reformat multi-line array literals.
Diffstat (limited to 'crawl-ref/source/mapdef.cc')
-rw-r--r--crawl-ref/source/mapdef.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/mapdef.cc b/crawl-ref/source/mapdef.cc
index 59b1ba1722..ce16dcb187 100644
--- a/crawl-ref/source/mapdef.cc
+++ b/crawl-ref/source/mapdef.cc
@@ -50,7 +50,8 @@
#include "tiledef-dngn.h"
#include "tiledef-player.h"
-static const char *map_section_names[] = {
+static const char *map_section_names[] =
+{
"",
"north",
"south",
@@ -3158,7 +3159,8 @@ void map_def::rotate(bool clock)
map.rotate(clock);
// Orientation shifts for clockwise rotation:
- const map_section_type clockrotate_orients[][2] = {
+ const map_section_type clockrotate_orients[][2] =
+ {
{ MAP_NORTH, MAP_EAST },
{ MAP_NORTHEAST, MAP_SOUTHEAST },
{ MAP_EAST, MAP_SOUTH },