diff options
author | Sam Ravnborg <sam@mars.ravnborg.org> | 2006-03-03 16:46:04 +0100 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2006-03-03 16:46:04 +0100 |
commit | 62070fa42c4ac23d1d71146a4c14702302b80245 (patch) | |
tree | b24cce735904e19299c6206301ec1a507b2785f1 /scripts/mod/modpost.h | |
parent | e11f04962cee8f7fb0dc14983a7a461ade8f71c3 (diff) | |
download | talos-obmc-linux-62070fa42c4ac23d1d71146a4c14702302b80245.tar.gz talos-obmc-linux-62070fa42c4ac23d1d71146a4c14702302b80245.zip |
kbuild: kill trailing whitespace in modpost & friends
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/mod/modpost.h')
-rw-r--r-- | scripts/mod/modpost.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/mod/modpost.h b/scripts/mod/modpost.h index 3b5319dd937f..b14255c72a37 100644 --- a/scripts/mod/modpost.h +++ b/scripts/mod/modpost.h @@ -13,8 +13,8 @@ #if KERNEL_ELFCLASS == ELFCLASS32 -#define Elf_Ehdr Elf32_Ehdr -#define Elf_Shdr Elf32_Shdr +#define Elf_Ehdr Elf32_Ehdr +#define Elf_Shdr Elf32_Shdr #define Elf_Sym Elf32_Sym #define Elf_Addr Elf32_Addr #define Elf_Section Elf32_Section @@ -26,8 +26,8 @@ #define ELF_R_TYPE ELF32_R_TYPE #else -#define Elf_Ehdr Elf64_Ehdr -#define Elf_Shdr Elf64_Shdr +#define Elf_Ehdr Elf64_Ehdr +#define Elf_Shdr Elf64_Shdr #define Elf_Sym Elf64_Sym #define Elf_Addr Elf64_Addr #define Elf_Section Elf64_Section |