Convert some tab stops into spaces.
[oota-llvm.git] / tools / bugpoint / BugDriver.h
index 4681ac4ab5b0e6fbca6ff1ef988fe8f1a6db9964..4f6bae5d5abb4f847219d2af267a98a0d8e0efd2 100644 (file)
@@ -269,7 +269,7 @@ public:
   /// recreate the failure. This returns true if a compiler error is found.
   ///
   bool runManyPasses(const std::vector<const PassInfo*> &AllPasses,
-                    std::string &ErrMsg);
+                     std::string &ErrMsg);
 
   /// writeProgramToFile - This writes the current "Program" to the named
   /// bitcode file.  If an error occurs, true is returned.