summaryrefslogtreecommitdiff
path: root/gas/app.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-18 12:53:30 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-18 12:53:30 +0000
commit5b75db8d4710eccc9b6370e0675409567ad55e37 (patch)
tree0982f9157c29cd766104e8d497bdadf40e88688e /gas/app.c
parentae3d3288007de73e69ed65156625601e3d299704 (diff)
downloadbinutils-redhat-5b75db8d4710eccc9b6370e0675409567ad55e37.tar.gz
* 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.
Diffstat (limited to 'gas/app.c')
-rw-r--r--gas/app.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/gas/app.c b/gas/app.c
index a3589da4a5..f9c5c7d868 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)