aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32/Path.inc
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2004-12-31 19:03:31 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2004-12-31 19:03:31 +0000
commit45e88d68b3a92c7a61904467f81c3ac3322963d2 (patch)
tree8d5a228fe4870fda23c257d7fae996dae97dae04 /lib/System/Win32/Path.inc
parent51b8d211f65cb227b302a2ef0a943ffca128fc54 (diff)
downloadexternal_llvm-45e88d68b3a92c7a61904467f81c3ac3322963d2.zip
external_llvm-45e88d68b3a92c7a61904467f81c3ac3322963d2.tar.gz
external_llvm-45e88d68b3a92c7a61904467f81c3ac3322963d2.tar.bz2
Where do these tabs keep coming from???
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19203 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/Win32/Path.inc')
-rw-r--r--lib/System/Win32/Path.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Win32/Path.inc b/lib/System/Win32/Path.inc
index 5fa5a44..a886238 100644
--- a/lib/System/Win32/Path.inc
+++ b/lib/System/Win32/Path.inc
@@ -585,7 +585,7 @@ Path::destroyDirectory(bool remove_contents) const {
ThrowError(path + ": Can't read directory: ");
}
- for (std::vector<Path>::iterator I = list.begin(); I != list.end(); ++I) {
+ for (std::vector<Path>::iterator I = list.begin(); I != list.end(); ++I) {
Path &aPath = *I;
if (aPath.isDirectory())
aPath.destroyDirectory(true);