Eliminate tabs
[oota-llvm.git] / lib / System / Win32 / Program.inc
index 4c520918bd1436bd0adc81ac25c89860bb9256e8..0c1b680e4f185bb153e50e147605d1b0ad35fce8 100644 (file)
@@ -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++ = '"';