summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-07 01:26:34 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-07 01:26:34 +0000
commitd0d2ca2bdb3014bdb24fa436cc047b9b3c81dcb4 (patch)
tree69378e8aa1ca309a8d81a7aaa0dfcbb8b03dc690 /crawl-ref/source/files.cc
parentc32f87e569b328e5a8fa50315c85a73096f63b1a (diff)
downloadcrawl-ref-d0d2ca2bdb3014bdb24fa436cc047b9b3c81dcb4.tar.gz
crawl-ref-d0d2ca2bdb3014bdb24fa436cc047b9b3c81dcb4.zip
Add whitespace fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4897 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index 998ac5faa0..7168911101 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -230,7 +230,7 @@ std::vector<std::string> get_dir_files(const std::string &dirname)
{
if (_is_good_filename(lData.cFileName))
files.push_back(lData.cFileName);
- while (FindNextFile(hFind, &lData))
+ while (FindNextFile(hFind, &lData))
{
if (_is_good_filename(lData.cFileName))
files.push_back(lData.cFileName);