summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/store.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-09-20 14:44:51 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-09-21 12:20:08 +0200
commit5090c6f3ec9611620629e4cd259388a25fe72d63 (patch)
tree413e4787a3fb624aaf88c9ff622f835c5795df97 /crawl-ref/source/store.cc
parent62adbb90e0a4fe30305bd81ae3fa8bfed5ae4705 (diff)
downloadcrawl-ref-5090c6f3ec9611620629e4cd259388a25fe72d63.tar.gz
crawl-ref-5090c6f3ec9611620629e4cd259388a25fe72d63.zip
An indentation fix.
Diffstat (limited to 'crawl-ref/source/store.cc')
-rw-r--r--crawl-ref/source/store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/store.cc b/crawl-ref/source/store.cc
index b6f49ba71d..89f1198bd7 100644
--- a/crawl-ref/source/store.cc
+++ b/crawl-ref/source/store.cc
@@ -1592,7 +1592,7 @@ void CrawlVector::write(writer &th) const
for (vec_size i = 0; i < size(); i++)
{
CrawlStoreValue val = vec[i];
- val.write(th);
+ val.write(th);
}
ASSERT_VALIDITY();