summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2011-12-14 10:13:21 -0500
committerNeil Moore <neil@s-z.org>2011-12-14 10:21:56 -0500
commitdc3ddd63a962733363e979a08e59bb4c8145be13 (patch)
tree0a5065b5f505930dea45d2264e7301412e613c49 /crawl-ref/source/hiscores.h
parentcc5fa749cd5b93f8700b936d6f3530299c57a475 (diff)
downloadcrawl-ref-dc3ddd63a962733363e979a08e59bb4c8145be13.tar.gz
crawl-ref-dc3ddd63a962733363e979a08e59bb4c8145be13.zip
Coding style fixes: braces to their own line.
The exceptions are extern "C", multi-line macros, and json.{cc,h}.
Diffstat (limited to 'crawl-ref/source/hiscores.h')
-rw-r--r--crawl-ref/source/hiscores.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h
index 5fa0ca4454..dd010e406d 100644
--- a/crawl-ref/source/hiscores.h
+++ b/crawl-ref/source/hiscores.h
@@ -136,7 +136,8 @@ public:
void init(time_t death_time = 0);
void reset();
- enum death_desc_verbosity {
+ enum death_desc_verbosity
+ {
DDV_TERSE,
DDV_ONELINE,
DDV_NORMAL,