From ca7fd9cd384910ac69933dbc5f14f2d51d3e882e Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 26 May 2002 15:01:11 +0000 Subject: alias.c: Fix formatting. * alias.c: Fix formatting. * attribs.c: Likewise. * bb-reorder.c: Likewise. * bitmap.c: Likewise. * bitmap.h: Likewise. * builtins.c: Likewise. From-SVN: r53898 --- gcc/bitmap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/bitmap.h') diff --git a/gcc/bitmap.h b/gcc/bitmap.h index 8925d86b210..c2dcb9df30e 100644 --- a/gcc/bitmap.h +++ b/gcc/bitmap.h @@ -20,7 +20,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef GCC_BITMAP_H -#define GCC_BITMAP_H +#define GCC_BITMAP_H /* Number of words to use for each element in the linked list. */ @@ -129,7 +129,7 @@ do { \ bitmap temp_bitmap_ = (bitmap) alloca (sizeof (bitmap_head)); \ (PTR) = bitmap_initialize (temp_bitmap_); \ } while (0) - + /* Allocate a bitmap with xmalloc. */ #define BITMAP_XMALLOC() \ bitmap_initialize ((bitmap) xmalloc (sizeof (bitmap_head))) -- cgit v1.2.1