summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.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-util.cc
parenta98f0842a671faaad92e9821ab3c7c21d8aa866b (diff)
downloadcrawl-ref-bc9b735b081a450dc6be3425e04fcc01e012c149.tar.gz
crawl-ref-bc9b735b081a450dc6be3425e04fcc01e012c149.zip
Reformat multi-line array literals.
Diffstat (limited to 'crawl-ref/source/spl-util.cc')
-rw-r--r--crawl-ref/source/spl-util.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/spl-util.cc b/crawl-ref/source/spl-util.cc
index ba85e25201..424f9ea25b 100644
--- a/crawl-ref/source/spl-util.cc
+++ b/crawl-ref/source/spl-util.cc
@@ -364,9 +364,7 @@ int spell_hunger(spell_type which_spell, bool rod)
const int level = spell_difficulty(which_spell);
- const int basehunger[] = {
- 50, 95, 160, 250, 350, 550, 700, 850, 1000
- };
+ const int basehunger[] = { 50, 95, 160, 250, 350, 550, 700, 850, 1000 };
int hunger;