From 970a16636800557b21b85874c03994d5b20ebd6e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 11 Dec 2008 21:12:48 -0800 Subject: [PATCH] libelf.h (Elf_Data): Whitespace fix. --- libelf/ChangeLog | 4 ++++ libelf/libelf.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 5c603f2f4..0567940be 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -1,3 +1,7 @@ +2008-12-11 Roland McGrath + + * libelf.h (Elf_Data): Whitespace fix. + 2008-12-10 Roland McGrath * elf_getarhdr.c (elf_getarhdr): Fix missing rename in last change. diff --git a/libelf/libelf.h b/libelf/libelf.h index 54271228a..dea0d838e 100644 --- a/libelf/libelf.h +++ b/libelf/libelf.h @@ -95,7 +95,7 @@ typedef struct Elf_Type d_type; /* Type of this piece of data. */ unsigned int d_version; /* ELF version. */ size_t d_size; /* Size in bytes. */ - loff_t d_off; /* Offset into section. */ + loff_t d_off; /* Offset into section. */ size_t d_align; /* Alignment in section. */ } Elf_Data; -- 2.47.2