aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-09-07 10:34:15 +0000
committerPedro Alves <palves@redhat.com>2011-09-07 10:34:15 +0000
commit00db5b9440bd7b0fc8581e28efe8601891d1f29c (patch)
treedb3b6bfa5c8066cea29ea8e55fb7b72af5636c98
parent861152be0e99b1f69a1ce907d9067dc6123ac4da (diff)
downloadgdb-00db5b9440bd7b0fc8581e28efe8601891d1f29c.zip
gdb-00db5b9440bd7b0fc8581e28efe8601891d1f29c.tar.gz
gdb-00db5b9440bd7b0fc8581e28efe8601891d1f29c.tar.bz2
2011-09-07 Abhijit Halder <abhijit.k.halder@gmail.com>
* remote.c (remote_console_output): Reindent.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/remote.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2954329..77c6c56 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/remote.c b/gdb/remote.c
index 7acbc71..1535fb6 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -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
{