summaryrefslogtreecommitdiff
path: root/lib/System/Win32/Program.inc
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-04-11 03:44:22 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-04-11 03:44:22 +0000
commit01c5513683559a4dbef774a6a5183a1cf2b47869 (patch)
tree87acf56c4e8d23832059b21cb4e48a7d73d492c2 /lib/System/Win32/Program.inc
parent3bdfdfd10f73dcf17aa3381679e9be3e08a16d78 (diff)
downloadllvm-01c5513683559a4dbef774a6a5183a1cf2b47869.tar.gz
llvm-01c5513683559a4dbef774a6a5183a1cf2b47869.tar.bz2
llvm-01c5513683559a4dbef774a6a5183a1cf2b47869.tar.xz
Eliminate tabs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21216 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/Win32/Program.inc')
-rw-r--r--lib/System/Win32/Program.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Win32/Program.inc b/lib/System/Win32/Program.inc
index 4c520918bd..0c1b680e4f 100644
--- a/lib/System/Win32/Program.inc
+++ b/lib/System/Win32/Program.inc
@@ -122,7 +122,7 @@ Program::ExecuteAndWait(const Path& path,
for (unsigned i = 0; args[i]; i++) {
const char *arg = args[i];
- size_t len = strlen(arg);
+ size_t len = strlen(arg);
bool needsQuoting = strchr(arg, ' ') != 0;
if (needsQuoting)
*p++ = '"';