Remove tabs. Patch by Mike Stump!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49317 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/bugpoint/CrashDebugger.cpp b/tools/bugpoint/CrashDebugger.cpp
index d1a57eb..d86d1c5 100644
--- a/tools/bugpoint/CrashDebugger.cpp
+++ b/tools/bugpoint/CrashDebugger.cpp
@@ -309,8 +309,8 @@
 
         // Add a new return instruction of the appropriate type...
         const Type *RetTy = BB->getParent()->getReturnType();
-	ReturnInst::Create(RetTy == Type::VoidTy ? 0 :
-			   Constant::getNullValue(RetTy), BB);
+        ReturnInst::Create(RetTy == Type::VoidTy ? 0 :
+                           Constant::getNullValue(RetTy), BB);
       }
 
   // The CFG Simplifier pass may delete one of the basic blocks we are