[llvm-commits] CVS: llvm/include/llvm/Bytecode/Reader.h

Misha Brukman brukman at cs.uiuc.edu
Thu Apr 21 20:27:31 PDT 2005



Changes in directory llvm/include/llvm/Bytecode:

Reader.h updated: 1.24 -> 1.25
---
Log message:

Convert tabs to spaces


---
Diffs of the changes:  (+1 -1)

 Reader.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/Bytecode/Reader.h
diff -u llvm/include/llvm/Bytecode/Reader.h:1.24 llvm/include/llvm/Bytecode/Reader.h:1.25
--- llvm/include/llvm/Bytecode/Reader.h:1.24	Thu Apr 21 15:34:13 2005
+++ llvm/include/llvm/Bytecode/Reader.h	Thu Apr 21 22:27:20 2005
@@ -42,7 +42,7 @@
 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,






More information about the llvm-commits mailing list