Fix C-Style in init function.

This commit is contained in:
Andrew Cagney 1998-12-14 03:47:38 +00:00
parent 20dd6c3bb8
commit 14a15da3a5
2 changed files with 53 additions and 48 deletions

View file

@ -1,3 +1,8 @@
Mon Dec 14 14:46:13 1998 Andrew Cagney <cagney@b1.cygnus.com>
From Michael Meissner <meissner@cygnus.com>:
* ppcbug-rom.c (init_ppc_cmds): Cleanup formatting.
1998-12-08 Michael Meissner <meissner@cygnus.com> 1998-12-08 Michael Meissner <meissner@cygnus.com>
* monitor.c (monitor_printable_string): New function to convert a * monitor.c (monitor_printable_string): New function to convert a

View file

@ -132,8 +132,8 @@ static struct target_ops ppcbug_ops1;
static char *ppcbug_inits[] = {"\r", NULL}; static char *ppcbug_inits[] = {"\r", NULL};
static void init_ppc_cmds( static void
char * LOAD_CMD, init_ppc_cmds (char * LOAD_CMD,
struct monitor_ops * OPS, struct monitor_ops * OPS,
struct target_ops * targops) struct target_ops * targops)
{ {