2011-09-07 Abhijit Halder <abhijit.k.halder@gmail.com>
authorPedro Alves <palves@redhat.com>
Wed, 7 Sep 2011 10:34:15 +0000 (10:34 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 7 Sep 2011 10:34:15 +0000 (10:34 +0000)
* remote.c (remote_console_output): Reindent.

gdb/ChangeLog
gdb/remote.c

index 2954329..77c6c56 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-07  Abhijit Halder  <abhijit.k.halder@gmail.com>
+
+       * remote.c (remote_console_output): Reindent.
+
 2011-09-06  Luis Machado  <lgustavo@codesourcery.com>
 
        * frame.c (has_stack_frames): Check for currently selected
index 7acbc71..1535fb6 100644 (file)
@@ -4879,8 +4879,8 @@ remote_console_output (char *msg)
       tb[1] = 0;
       fputs_unfiltered (tb, gdb_stdtarg);
     }
-    gdb_flush (gdb_stdtarg);
-  }
+  gdb_flush (gdb_stdtarg);
+}
 
 typedef struct cached_reg
 {