aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2005-01-13 23:52:28 +0000
committerMichael Snyder <msnyder@vmware.com>2005-01-13 23:52:28 +0000
commit037174871a05d49d5697d418f0951b7a87c54281 (patch)
tree926d2e1dd6795256bb7f1f8ba7cc2ee2aead02f3 /gdb
parent9b5c5aad72c9d70c706ddd26554c07aa1418ce4c (diff)
downloadbinutils-037174871a05d49d5697d418f0951b7a87c54281.zip
binutils-037174871a05d49d5697d418f0951b7a87c54281.tar.gz
binutils-037174871a05d49d5697d418f0951b7a87c54281.tar.bz2
2005-01-13 Michael Snyder <msnyder@redhat.com>
* completer.c: Whitespace tweaks.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog1
-rw-r--r--gdb/completer.c7
2 files changed, 5 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 36b9041..7326d15 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,6 @@
2005-01-13 Michael Snyder <msnyder@redhat.com>
+ * completer.c: Whitespace tweaks.
* coff-solib.c: Whitespace tweaks.
* coff-solib.h: Whitespace tweaks.
* cli-out.c: Whitespace tweaks.
diff --git a/gdb/completer.c b/gdb/completer.c
index bcd7239..2bbbf24 100644
--- a/gdb/completer.c
+++ b/gdb/completer.c
@@ -27,8 +27,8 @@
#include "cli/cli-decode.h"
-/* FIXME: This is needed because of lookup_cmd_1().
- We should be calling a hook instead so we eliminate the CLI dependency. */
+/* FIXME: This is needed because of lookup_cmd_1 (). We should be
+ calling a hook instead so we eliminate the CLI dependency. */
#include "gdbcmd.h"
/* Needed for rl_completer_word_break_characters() and for
@@ -42,7 +42,8 @@
/* Prototypes for local functions */
static
-char *line_completion_function (const char *text, int matches, char *line_buffer,
+char *line_completion_function (const char *text, int matches,
+ char *line_buffer,
int point);
/* readline uses the word breaks for two things: