summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-10-06 17:40:40 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-10-06 17:40:40 +0200
commit74ff12fab85514768a273fd4b5f4e8badf3813e9 (patch)
tree1ef1d3193f24eef32cd5d3c5c2cf99b4936bb90a /crawl-ref/source/stash.cc
parentbe10f00f4b64d4a6e755c92693e30d3813839314 (diff)
downloadcrawl-ref-74ff12fab85514768a273fd4b5f4e8badf3813e9.tar.gz
crawl-ref-74ff12fab85514768a273fd4b5f4e8badf3813e9.zip
Spacing fixes.
Diffstat (limited to 'crawl-ref/source/stash.cc')
-rw-r--r--crawl-ref/source/stash.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stash.cc b/crawl-ref/source/stash.cc
index 1fecc891ef..376ed6ac58 100644
--- a/crawl-ref/source/stash.cc
+++ b/crawl-ref/source/stash.cc
@@ -1989,7 +1989,7 @@ static void _stash_filter_useless(const vector<stash_search_result> &in,
tmp.count++;
}
- if(tmp.count > 0)
+ if (tmp.count > 0)
out.push_back(tmp);
}
}