Convert tabs to spaces


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2805 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Bytecode/Reader/ConstantReader.cpp b/lib/Bytecode/Reader/ConstantReader.cpp
index 7da3a17..7e00cd2 100644
--- a/lib/Bytecode/Reader/ConstantReader.cpp
+++ b/lib/Bytecode/Reader/ConstantReader.cpp
@@ -92,8 +92,8 @@
 
   default:
     std::cerr << __FILE__ << ":" << __LINE__
-	      << ": Don't know how to deserialize"
-	      << " primitive Type " << PrimType << "\n";
+              << ": Don't know how to deserialize"
+              << " primitive Type " << PrimType << "\n";
     return failure(Val);
   }
 }
@@ -327,8 +327,8 @@
 
   default:
     std::cerr << __FILE__ << ":" << __LINE__ 
-	      << ": Don't know how to deserialize constant value of type '"
-	      << Ty->getName() << "'\n";
+              << ": Don't know how to deserialize constant value of type '"
+              << Ty->getName() << "'\n";
     return failure(true);
   }