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] corefile.c whitespace tweaks


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

	* corefile.c: Whitespace tweaks.

Index: corefile.c
===================================================================
RCS file: /cvs/src/src/gdb/corefile.c,v
retrieving revision 1.27
diff -r1.27 corefile.c
85,86c85,87
< /* If there are two or more functions that wish to hook into exec_file_command,
<  * this function will call all of the hook functions. */
---
> /* If there are two or more functions that wish to hook into
>    exec_file_command, this function will call all of the hook
>    functions.  */
111c112
< 	  /* If this is the first extra hook, initialize the hook array. */
---
> 	  /* If this is the first extra hook, initialize the hook array.  */

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