From 45e88d68b3a92c7a61904467f81c3ac3322963d2 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Fri, 31 Dec 2004 19:03:31 +0000 Subject: [PATCH] Where do these tabs keep coming from??? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19203 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/Win32/Path.cpp | 2 +- lib/System/Win32/Path.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/System/Win32/Path.cpp b/lib/System/Win32/Path.cpp index 5fa5a44b7bd..a8862380e9e 100644 --- a/lib/System/Win32/Path.cpp +++ b/lib/System/Win32/Path.cpp @@ -585,7 +585,7 @@ Path::destroyDirectory(bool remove_contents) const { ThrowError(path + ": Can't read directory: "); } - for (std::vector::iterator I = list.begin(); I != list.end(); ++I) { + for (std::vector::iterator I = list.begin(); I != list.end(); ++I) { Path &aPath = *I; if (aPath.isDirectory()) aPath.destroyDirectory(true); diff --git a/lib/System/Win32/Path.inc b/lib/System/Win32/Path.inc index 5fa5a44b7bd..a8862380e9e 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::iterator I = list.begin(); I != list.end(); ++I) { + for (std::vector::iterator I = list.begin(); I != list.end(); ++I) { Path &aPath = *I; if (aPath.isDirectory()) aPath.destroyDirectory(true);