summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_moninf.cc
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/l_moninf.cc
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/l_moninf.cc')
-rw-r--r--crawl-ref/source/l_moninf.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/l_moninf.cc b/crawl-ref/source/l_moninf.cc
index 3e22a040d1..1c67c56bcf 100644
--- a/crawl-ref/source/l_moninf.cc
+++ b/crawl-ref/source/l_moninf.cc
@@ -65,7 +65,8 @@ LUAFN(moninf_get_is_very_stabbable)
return (1);
}
-LUAFN(moninf_get_is_unique) {
+LUAFN(moninf_get_is_unique)
+{
MONINF(ls, 1, mi);
// XXX: A bit of a hack to prevent using this to determine which is fake.
if (mi->type == MONS_MARA_FAKE)