Where do these tabs keep coming from???
authorJeff Cohen <jeffc@jolt-lang.org>
Fri, 31 Dec 2004 19:03:31 +0000 (19:03 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Fri, 31 Dec 2004 19:03:31 +0000 (19:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19203 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Win32/Path.cpp
lib/System/Win32/Path.inc

index 5fa5a44b7bdaa8a808a6d39b75a66036812f35d7..a8862380e9eb03e53b7577aceacb87a77c961fc0 100644 (file)
@@ -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);
index 5fa5a44b7bdaa8a808a6d39b75a66036812f35d7..a8862380e9eb03e53b7577aceacb87a77c961fc0 100644 (file)
@@ -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);