From bb575e537326f74da811ac801a657818a93b2402 Mon Sep 17 00:00:00 2001 From: Hans-Christian Egtvedt Date: Thu, 24 Apr 2008 07:07:41 +0000 Subject: Fix whitespace damage in AVR32 libc bits header files. --- libc/sysdeps/linux/avr32/bits/setjmp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/avr32/bits/setjmp.h') 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 directly; use 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. */ -- cgit v1.2.3