diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-04-24 07:08:15 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-04-24 07:08:15 +0000 |
commit | 18f85730003544cb880641e0bb12b5901dfe1757 (patch) | |
tree | db42b7973b21226e6a8b15c34e834ab8876a36db /libc/sysdeps/linux/avr32/sys/elf.h | |
parent | bb575e537326f74da811ac801a657818a93b2402 (diff) |
Fix whitespace damage in AVR32 libc sysdeps sys header files.
Diffstat (limited to 'libc/sysdeps/linux/avr32/sys/elf.h')
-rw-r--r-- | libc/sysdeps/linux/avr32/sys/elf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/avr32/sys/elf.h b/libc/sysdeps/linux/avr32/sys/elf.h index 3dbefae15..faa731068 100644 --- a/libc/sysdeps/linux/avr32/sys/elf.h +++ b/libc/sysdeps/linux/avr32/sys/elf.h @@ -17,10 +17,10 @@ 02111-1307 USA. */ #ifndef _SYS_ELF_H -#define _SYS_ELF_H 1 +#define _SYS_ELF_H 1 #warning "This header is obsolete; use <sys/procfs.h> instead." #include <sys/procfs.h> -#endif /* sys/elf.h */ +#endif /* sys/elf.h */ |