Convert tabs to spaces

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21436 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman
2005-04-22 03:27:20 +00:00
parent 59f6449cff
commit 3b1b6e626e
7 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ ModuleProvider *getBytecodeModuleProvider(
ModuleProvider *getBytecodeBufferModuleProvider(const unsigned char *Buffer,
unsigned BufferSize,
const std::string &ModuleID="",
BytecodeHandler* H = 0);
BytecodeHandler* H = 0);
/// @brief Parse the given bytecode file
Module* ParseBytecodeFile(const std::string &Filename,