aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2005-01-14 00:58:15 +0000
committerMichael Snyder <msnyder@vmware.com>2005-01-14 00:58:15 +0000
commitba5e7e8df21f97fc3dd15d73c474fed738b908aa (patch)
treec206d8b98030a484fa6b831dab35a99bbb44f1c4 /gdb
parent907d819a05702548ffddbfae46613cc86478940a (diff)
downloadbinutils-ba5e7e8df21f97fc3dd15d73c474fed738b908aa.zip
binutils-ba5e7e8df21f97fc3dd15d73c474fed738b908aa.tar.gz
binutils-ba5e7e8df21f97fc3dd15d73c474fed738b908aa.tar.bz2
2005-01-13 Michael Snyder <msnyder@redhat.com>
* main.c: Whitespace tweaks.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog1
-rw-r--r--gdb/main.c8
2 files changed, 5 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6d3a4cb..8bbc725 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,6 @@
2005-01-13 Michael Snyder <msnyder@redhat.com>
+ * main.c: Whitespace tweaks.
* interps.c: Whitespace tweaks.
* infrun.c: Whitespace tweaks.
* infcmd.c: Whitespace tweaks.
diff --git a/gdb/main.c b/gdb/main.c
index f41410a..df93e5e 100644
--- a/gdb/main.c
+++ b/gdb/main.c
@@ -518,7 +518,7 @@ extern int gdbtk_test (char *);
}
/* Initialize all files. Give the interpreter a chance to take
- control of the console via the deprecated_init_ui_hook(). */
+ control of the console via the deprecated_init_ui_hook (). */
gdb_init (argv[0]);
/* Do these (and anything which might call wrap_here or *_filtered)
@@ -774,9 +774,9 @@ extern int gdbtk_test (char *);
if (!SET_TOP_LEVEL ())
{
do_cleanups (ALL_CLEANUPS); /* Do complete cleanup */
- /* GUIs generally have their own command loop, mainloop, or whatever.
- This is a good place to gain control because many error
- conditions will end up here via longjmp(). */
+ /* GUIs generally have their own command loop, mainloop, or
+ whatever. This is a good place to gain control because
+ many error conditions will end up here via longjmp(). */
if (deprecated_command_loop_hook)
deprecated_command_loop_hook ();
else