diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-04-24 07:07:41 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-04-24 07:07:41 +0000 |
commit | bb575e537326f74da811ac801a657818a93b2402 (patch) | |
tree | 2cc769041b9b369b38496b797c7cd8655c36ad84 /libc/sysdeps/linux/avr32/bits/stackinfo.h | |
parent | 90bfd0fc8abfcd93fa62b104fb6b3720b713694f (diff) |
Fix whitespace damage in AVR32 libc bits header files.
Diffstat (limited to 'libc/sysdeps/linux/avr32/bits/stackinfo.h')
-rw-r--r-- | libc/sysdeps/linux/avr32/bits/stackinfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/avr32/bits/stackinfo.h b/libc/sysdeps/linux/avr32/bits/stackinfo.h index 3723e2448..2c17d30a7 100644 --- a/libc/sysdeps/linux/avr32/bits/stackinfo.h +++ b/libc/sysdeps/linux/avr32/bits/stackinfo.h @@ -20,9 +20,9 @@ of the processor. */ #ifndef _STACKINFO_H -#define _STACKINFO_H 1 +#define _STACKINFO_H 1 /* On AVR32 the stack grows down. */ -#define _STACK_GROWS_DOWN 1 +#define _STACK_GROWS_DOWN 1 #endif /* stackinfo.h */ |