summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-goditem.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/spl-goditem.cc
parenta98f0842a671faaad92e9821ab3c7c21d8aa866b (diff)
downloadcrawl-ref-bc9b735b081a450dc6be3425e04fcc01e012c149.tar.gz
crawl-ref-bc9b735b081a450dc6be3425e04fcc01e012c149.zip
Reformat multi-line array literals.
Diffstat (limited to 'crawl-ref/source/spl-goditem.cc')
-rw-r--r--crawl-ref/source/spl-goditem.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-goditem.cc b/crawl-ref/source/spl-goditem.cc
index 988b737714..319e2dd7e2 100644
--- a/crawl-ref/source/spl-goditem.cc
+++ b/crawl-ref/source/spl-goditem.cc
@@ -392,7 +392,8 @@ int cast_healing(int pow, int max_pow, bool divine_ability,
// not as direct as falling into deep water) -- bwr
void antimagic()
{
- duration_type dur_list[] = {
+ duration_type dur_list[] =
+ {
DUR_INVIS, DUR_CONF, DUR_PARALYSIS, DUR_HASTE, DUR_MIGHT, DUR_AGILITY,
DUR_BRILLIANCE, DUR_CONFUSING_TOUCH, DUR_SURE_BLADE, DUR_CORONA,
DUR_FIRE_SHIELD, DUR_ICY_ARMOUR, DUR_REPEL_MISSILES,
@@ -791,7 +792,8 @@ static bool _do_imprison(int pow, const coord_def& where, bool zin)
// as more or less the theoretical maximum.
int number_built = 0;
- const dungeon_feature_type safe_tiles[] = {
+ const dungeon_feature_type safe_tiles[] =
+ {
DNGN_SHALLOW_WATER, DNGN_FLOOR, DNGN_OPEN_DOOR
};