find -type f | xargs sed -i 's/[\t ]$//g' # on most files
[qemu] / elf.h
diff --git a/elf.h b/elf.h
index e6ccfeb..0c03f03 100644 (file)
--- a/elf.h
+++ b/elf.h
@@ -1045,7 +1045,7 @@ typedef struct elf64_phdr {
 #define SHN_COMMON     0xfff2
 #define SHN_HIRESERVE  0xffff
 #define SHN_MIPS_ACCOMON       0xff00
+
 typedef struct elf32_shdr {
   Elf32_Word   sh_name;
   Elf32_Word   sh_type;