summaryrefslogtreecommitdiff
path: root/gdb/ser-tcp.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2005-01-14 01:59:20 +0000
committerMichael Snyder <msnyder@specifix.com>2005-01-14 01:59:20 +0000
commit318bba3d53abf08204a123e4beba9e6031ca490b (patch)
tree1979ba6535b71dcec97f10d40ea780e8ab84796c /gdb/ser-tcp.c
parente3cd3eabcd5dbbe8e576a59abe6cecf972554c37 (diff)
downloadgdb-318bba3d53abf08204a123e4beba9e6031ca490b.tar.gz
2005-01-13 Michael Snyder <msnyder@redhat.com>
* ser-tcp.c: Whitespace tweaks. * ser-unix.c: Whitespace tweaks. * serial.h: Whitespace tweaks.
Diffstat (limited to 'gdb/ser-tcp.c')
-rw-r--r--gdb/ser-tcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ser-tcp.c b/gdb/ser-tcp.c
index de8c4283744..632ea1cadfe 100644
--- a/gdb/ser-tcp.c
+++ b/gdb/ser-tcp.c
@@ -129,9 +129,9 @@ net_open (struct serial *scb, const char *name)
do
{
- /* While we wait for the connect to complete
+ /* While we wait for the connect to complete,
poll the UI so it can update or the user can
- interrupt. */
+ interrupt. */
if (deprecated_ui_loop_hook)
{
if (deprecated_ui_loop_hook (0))