check-whitespace, clang-format

modified:   p_elf_enum.h
	modified:   p_lx_elf.cpp
	modified:   stub/src/i386-linux.elf-so_entry.S
This commit is contained in:
John Reiser 2024-11-19 09:13:44 -08:00
parent 00706f0ccc
commit b4ea89f9d6
3 changed files with 6 additions and 6 deletions

View File

@ -72,9 +72,9 @@ class Dummy {
ET_DYN = 3, /* Shared object file */
ET_CORE = 4, /* Core file */
};
enum { // e_machine
enum { // e_machine
EM_NONE = 0, // No machine
EM_386 = 3, // i386
EM_386 = 3, // i386
EM_MIPS = 8,
EM_MIPS_RS3_LE = 10, // MIPS R3000 little-endian
EM_PPC = 20,