Skip to content

Commit 2dd008d

Browse files
committed
Minor formatting tweak.
1 parent 0ece0f3 commit 2dd008d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/kernel_abi.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,7 @@ struct WordSize32Defs {
241241
uint16_t e_shstrndx;
242242
} ElfEhdr;
243243
RR_VERIFY_TYPE_ARCH(RR_NATIVE_ARCH, ::Elf32_Ehdr, ElfEhdr);
244-
typedef struct
245-
{
244+
typedef struct {
246245
uint32_t p_type;
247246
uint32_t p_offset;
248247
uint32_t p_vaddr;
@@ -338,8 +337,7 @@ struct WordSize64Defs {
338337
uint16_t e_shstrndx;
339338
} ElfEhdr;
340339
RR_VERIFY_TYPE_ARCH(RR_NATIVE_ARCH, ::Elf64_Ehdr, ElfEhdr);
341-
typedef struct
342-
{
340+
typedef struct {
343341
uint32_t p_type;
344342
uint32_t p_flags;
345343
uint64_t p_offset;

0 commit comments

Comments
 (0)