diff options
author | Michael Snyder <msnyder@specifix.com> | 2005-01-13 23:52:28 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@specifix.com> | 2005-01-13 23:52:28 +0000 |
commit | 048205bdbecb80c6e6ec47ad72258f43d273a802 (patch) | |
tree | 396a7d971ae852803f07fd92a757d9b8ba1ee794 /gdb/completer.c | |
parent | e5a202f99b2ba7c51883651230260fc4b17035f6 (diff) | |
download | gdb-048205bdbecb80c6e6ec47ad72258f43d273a802.tar.gz |
2005-01-13 Michael Snyder <msnyder@redhat.com>
* completer.c: Whitespace tweaks.
Diffstat (limited to 'gdb/completer.c')
-rw-r--r-- | gdb/completer.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/completer.c b/gdb/completer.c index bcd7239cea3..2bbbf244fa3 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: |