summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/avr32/bits/setjmp.h
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2008-04-24 07:07:41 +0000
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2008-04-24 07:07:41 +0000
commitbb575e537326f74da811ac801a657818a93b2402 (patch)
tree2cc769041b9b369b38496b797c7cd8655c36ad84 /libc/sysdeps/linux/avr32/bits/setjmp.h
parent90bfd0fc8abfcd93fa62b104fb6b3720b713694f (diff)
Fix whitespace damage in AVR32 libc bits header files.
Diffstat (limited to 'libc/sysdeps/linux/avr32/bits/setjmp.h')
-rw-r--r--libc/sysdeps/linux/avr32/bits/setjmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/avr32/bits/setjmp.h b/libc/sysdeps/linux/avr32/bits/setjmp.h
index 733a473d1..78348a329 100644
--- a/libc/sysdeps/linux/avr32/bits/setjmp.h
+++ b/libc/sysdeps/linux/avr32/bits/setjmp.h
@@ -6,7 +6,7 @@
* archive for more details.
*/
#ifndef _BITS_SETJMP_H
-#define _BITS_SETJMP_H 1
+#define _BITS_SETJMP_H 1
#if !defined _SETJMP_H && !defined _PTHREAD_H
# error "Never include <bits/setjmp.h> directly; use <setjmp.h> instead."
@@ -20,7 +20,7 @@
typedef int __jmp_buf[11];
#endif
-#define __JMP_BUF_SP 4
+#define __JMP_BUF_SP 4
/* Test if longjmp to JMPBUF would unwind the frame containing a local
variable at ADDRESS. */