This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob/commit] completer.c whitespace tweaks


2005-01-13  Michael Snyder  <msnyder@redhat.com>

	* completer.c: Whitespace tweaks.

Index: completer.c
===================================================================
RCS file: /cvs/src/src/gdb/completer.c,v
retrieving revision 1.15
diff -r1.15 completer.c
30,31c30,31
< /* 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.  */
45c45,46
< char *line_completion_function (const char *text, int matches, char *line_buffer,
---
> char *line_completion_function (const char *text, int matches, 
> 				char *line_buffer,

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]