Remove tabs.
authorBill Wendling <isanbard@gmail.com>
Wed, 6 Oct 2010 07:19:18 +0000 (07:19 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 6 Oct 2010 07:19:18 +0000 (07:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115764 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Bitcode/ReaderWriter.h

index 5099cb734d3354db86c74e39a29f789177bfb4c9..fa754c014621f52af5698561d1718ae014f24bca 100644 (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