summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorEnne Walker <ennewalker@users.sourceforge.net>2009-10-29 21:43:15 -0400
committerEnne Walker <ennewalker@users.sourceforge.net>2009-10-29 21:43:15 -0400
commit84ad1b209d05df2964c8363e18a12fddbb5938bc (patch)
tree7fdbda4d9feeee053082e3c15db1b26b7497af03 /crawl-ref
parent2029620b5925ac34023e887fd47488f5e1c2180a (diff)
downloadcrawl-ref-84ad1b209d05df2964c8363e18a12fddbb5938bc.tar.gz
crawl-ref-84ad1b209d05df2964c8363e18a12fddbb5938bc.zip
Whitespace.
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/mapdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h
index a02f89393e..8994a3faba 100644
--- a/crawl-ref/source/mapdef.h
+++ b/crawl-ref/source/mapdef.h
@@ -115,7 +115,7 @@ public:
std::string key;
// If this is part of an nsubst spec, how many to replace.
// -1 corresponds to all (i.e. '*')
- int count;
+ int count;
bool fix;
int frozen_value;