From e60b52c622c0f0183143ddfe011a09bb5c0e1dce Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 28 Nov 2000 21:42:16 +0000 Subject: 2000-11-28 Kazu Hirata * aoutx.h: Fix formatting. * bfd-in.h: Likewise. * bfd-in2.h: Likewise. * cache.c: Likewise. * cisco-core.c: Likewise. * coff64-rs6000.c: Likewise. * coffcode.h: Likewise. * coffswap.h: Likewise. * corefile.c: Likewise. --- bfd/bfd-in2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/bfd-in2.h') diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index e13b3d1..8bb9d00 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -177,8 +177,8 @@ typedef unsigned long symvalue; typedef unsigned long bfd_size_type; /* Print a bfd_vma x on stream s. */ -#define fprintf_vma(s,x) fprintf(s, "%08lx", x) -#define sprintf_vma(s,x) sprintf(s, "%08lx", x) +#define fprintf_vma(s,x) fprintf (s, "%08lx", x) +#define sprintf_vma(s,x) sprintf (s, "%08lx", x) #endif /* not BFD64 */ -- cgit v1.1