Test commit.
authorStephen Wilson <wilsons@start.ca>
Mon, 12 Jul 2010 21:34:37 +0000 (21:34 +0000)
committerStephen Wilson <wilsons@start.ca>
Mon, 12 Jul 2010 21:34:37 +0000 (21:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108197 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/ELF.h

index 62851e53a10125678d7e8acb6c11203bb49af99a..bd753e39b0ff20baf2e620b4c3e0906029069a58 100644 (file)
@@ -62,7 +62,7 @@ struct Elf32_Ehdr {
   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]; }