All: Clear lines with only whitspace in them
This commit is contained in:
@@ -158,7 +158,7 @@ namespace LibELF
|
||||
bool ELF::is_x86_64() const { return m_data[EI_CLASS] == ELFCLASS64; }
|
||||
|
||||
/*
|
||||
|
||||
|
||||
64 bit ELF
|
||||
|
||||
*/
|
||||
@@ -280,9 +280,8 @@ namespace LibELF
|
||||
return *(const Elf64SectionHeader*)(m_data.data() + file_header.e_shoff + file_header.e_shentsize * index);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
|
||||
|
||||
32 bit ELF
|
||||
|
||||
*/
|
||||
@@ -404,5 +403,4 @@ namespace LibELF
|
||||
return *(const Elf32SectionHeader*)(m_data.data() + file_header.e_shoff + file_header.e_shentsize * index);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -78,7 +78,6 @@ namespace LibELF
|
||||
Elf32Word p_align;
|
||||
};
|
||||
|
||||
|
||||
using Elf64Addr = uint64_t;
|
||||
using Elf64Off = uint64_t;
|
||||
using Elf64Half = uint16_t;
|
||||
|
||||
Reference in New Issue
Block a user