Convert tabs to spaces
authorChris Lattner <sabre@nondot.org>
Sun, 30 Jun 2002 16:04:37 +0000 (16:04 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 30 Jun 2002 16:04:37 +0000 (16:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2805 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bytecode/Reader/ConstantReader.cpp

index 7da3a1704b538e16493058123f83bc46bd732311..7e00cd234317c0be050adb15e993d756a1d0de9c 100644 (file)
@@ -92,8 +92,8 @@ const Type *BytecodeParser::parseTypeConstant(const uchar *&Buf,
 
   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 @@ bool BytecodeParser::parseConstantValue(const uchar *&Buf, const uchar *EndBuf,
 
   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);
   }