From 411863a44d47767443870273ecd7d6f51c84fcac Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 18 May 2002 12:53:30 +0000 Subject: * app.c: Fix formatting. * as.c: Likewise. * ehopt.c: Likewise. * expr.c: Likewise. * input-file.c: Likewise. * listing.c: Likewise. * macro.h: Likewise. * stabs.c: Likewise. * symbols.c: Likewise. --- gas/app.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gas/app.c') diff --git a/gas/app.c b/gas/app.c index a3589da..f9c5c7d 100644 --- a/gas/app.c +++ b/gas/app.c @@ -424,13 +424,13 @@ do_scrub_chars (get, tostart, tolen) I don't want to make such a significant change to the assembler's memory usage. */ -#define PUT(pch) \ - do \ - { \ - *to++ = (pch); \ - if (to >= toend) \ - goto tofull; \ - } \ +#define PUT(pch) \ + do \ + { \ + *to++ = (pch); \ + if (to >= toend) \ + goto tofull; \ + } \ while (0) if (saved_input != NULL) -- cgit v1.1