* rclex.l (handle_quotes): Fix minor formatting problems introduced in previous
[deliverable/binutils-gdb.git] / binutils / rclex.l
index a168b9fd8fe601db71606ba2cffa912378a6e1a8..3a4f3e1df8e03b95f7b2109593cf561fe59d3536 100644 (file)
@@ -425,10 +425,11 @@ handle_quotes (input, len)
          ++t;
          assert (ISSPACE (*t));
          while (ISSPACE (*t))
-         {
-           if ((*t) == '\n') ++rc_lineno;
-           ++t;
-         }
+           {
+             if ((*t) == '\n')
+               ++rc_lineno;
+             ++t;
+           }
          if (*t == '\0')
            break;
          assert (*t == '"');
This page took 0.022903 seconds and 4 git commands to generate.