[llvm-commits] CVS: llvm/lib/System/Win32/Path.cpp

Jeff Cohen jeffc at jolt-lang.org
Fri Dec 31 11:03:42 PST 2004



Changes in directory llvm/lib/System/Win32:

Path.cpp updated: 1.26 -> 1.27
---
Log message:

Where do these tabs keep coming from???

---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/System/Win32/Path.cpp
diff -u llvm/lib/System/Win32/Path.cpp:1.26 llvm/lib/System/Win32/Path.cpp:1.27
--- llvm/lib/System/Win32/Path.cpp:1.26	Fri Dec 31 13:01:08 2004
+++ llvm/lib/System/Win32/Path.cpp	Fri Dec 31 13:03:31 2004
@@ -585,7 +585,7 @@
         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);






More information about the llvm-commits mailing list