Remove tabs.

llvm-svn: 115764
This commit is contained in:
Bill Wendling 2010-10-06 07:19:18 +00:00
parent 10f60fa411
commit 546548036c
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ namespace llvm {
/// of 'buffer'. On error, this returns "", and fills in *ErrMsg
/// if ErrMsg is non-null.
std::string getBitcodeTargetTriple(MemoryBuffer *Buffer,
LLVMContext& Context,
std::string *ErrMsg = 0);
LLVMContext& Context,
std::string *ErrMsg = 0);
/// ParseBitcodeFile - Read the specified bitcode file, returning the module.
/// If an error occurs, this returns null and fills in *ErrMsg if it is