From: Roland McGrath Date: Fri, 12 Dec 2008 05:12:48 +0000 (-0800) Subject: libelf.h (Elf_Data): Whitespace fix. X-Git-Tag: elfutils-0.138~20^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=970a1663;p=thirdparty%2Felfutils.git libelf.h (Elf_Data): Whitespace fix. --- 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;