summaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-10-06 07:19:18 +0000
committerBill Wendling <isanbard@gmail.com>2010-10-06 07:19:18 +0000
commitb121b2b3dff08830557f1fc7510f90e7e1731007 (patch)
tree6465b9ff91782fa6eb84d5abc0aad31dafafa8ca /include/llvm/Bitcode
parentc7a012e581ad11b2464afa71f43e32fc79f143c9 (diff)
Remove tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115764 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Bitcode')
-rw-r--r--include/llvm/Bitcode/ReaderWriter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Bitcode/ReaderWriter.h b/include/llvm/Bitcode/ReaderWriter.h
index 5099cb734d33..fa754c014621 100644
--- a/include/llvm/Bitcode/ReaderWriter.h
+++ b/include/llvm/Bitcode/ReaderWriter.h
@@ -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