Where do these tabs keep coming from???

llvm-svn: 19203
diff --git a/llvm/lib/System/Win32/Path.cpp b/llvm/lib/System/Win32/Path.cpp
index 5fa5a44..a886238 100644
--- a/llvm/lib/System/Win32/Path.cpp
+++ b/llvm/lib/System/Win32/Path.cpp
@@ -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);