From 8e3eedac9a60c52bd6bc6fcb2077790be62c3585 Mon Sep 17 00:00:00 2001 From: Serge Lamikhov-Center Date: Sun, 11 Mar 2012 22:39:27 +0200 Subject: [PATCH] Cosmetic --- elfio/elfio_segment.hpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/elfio/elfio_segment.hpp b/elfio/elfio_segment.hpp index 0bb5c3e..41483a9 100644 --- a/elfio/elfio_segment.hpp +++ b/elfio/elfio_segment.hpp @@ -36,14 +36,14 @@ class segment public: virtual ~segment() {}; - virtual Elf_Half get_index() const = 0; - virtual Elf_Word get_type() const = 0; - virtual Elf_Word get_flags() const = 0; - virtual Elf_Xword get_align() const = 0; - virtual Elf64_Addr get_virtual_address() const = 0; - virtual Elf64_Addr get_physical_address() const = 0; - virtual Elf_Xword get_file_size() const = 0; - virtual Elf_Xword get_memory_size() const = 0; + virtual Elf_Half get_index() const = 0; + virtual Elf_Word get_type() const = 0; + virtual Elf_Word get_flags() const = 0; + virtual Elf_Xword get_align() const = 0; + virtual Elf64_Addr get_virtual_address() const = 0; + virtual Elf64_Addr get_physical_address() const = 0; + virtual Elf_Xword get_file_size() const = 0; + virtual Elf_Xword get_memory_size() const = 0; virtual void set_type( Elf_Word ) = 0; virtual void set_flags( Elf_Word ) = 0;