* app.c: Fix formatting.
[deliverable/binutils-gdb.git] / gas / app.c
index a3589da4a509c98fa0d6d13fe0138517d3843811..f9c5c7d868b095fe4c7f0c009f2b5fcaef63333c 100644 (file)
--- 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)
This page took 0.024201 seconds and 4 git commands to generate.