gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
[deliverable/binutils-gdb.git] / gdb / stubs / sparc-stub.c
index c12d4360a4bb413f9e3052061ace07f2b15a0d30..24631cebc43e775c9338a2a31c2b2c920e0593b1 100644 (file)
@@ -309,8 +309,8 @@ retry:
       while (count < BUFMAX - 1)
        {
          ch = getDebugChar ();
-          if (ch == '$')
-            goto retry;
+         if (ch == '$')
+           goto retry;
          if (ch == '#')
            break;
          checksum = checksum + ch;
This page took 0.02872 seconds and 4 git commands to generate.