[llvm-commits] [llvm] r108197 - /llvm/trunk/include/llvm/Support/ELF.h

Stephen Wilson wilsons at start.ca
Mon Jul 12 14:34:37 PDT 2010


Author: wilsons
Date: Mon Jul 12 16:34:37 2010
New Revision: 108197

URL: http://llvm.org/viewvc/llvm-project?rev=108197&view=rev
Log:
Test commit.

Modified:
    llvm/trunk/include/llvm/Support/ELF.h

Modified: llvm/trunk/include/llvm/Support/ELF.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/ELF.h?rev=108197&r1=108196&r2=108197&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/ELF.h (original)
+++ llvm/trunk/include/llvm/Support/ELF.h Mon Jul 12 16:34:37 2010
@@ -62,7 +62,7 @@
   Elf32_Half    e_shentsize; // Size of an entry in the section header table
   Elf32_Half    e_shnum;     // Number of entries in the section header table
   Elf32_Half    e_shstrndx;  // Sect hdr table index of sect name string table
-  bool checkMagic () const {
+  bool checkMagic() const {
     return (memcmp (e_ident, ElfMagic, strlen (ElfMagic))) == 0;
   }
   unsigned char getFileClass () const { return e_ident[4]; }





More information about the llvm-commits mailing list