Joel Sherrill (joel@OARcorp.com)
[deliverable/binutils-gdb.git] / gdb / remote-hms.c
index 94e36f9f4ba44bde89670a8211d27d3fd6ed80f7..3ca8455d979243c7811800b4f1164d1ea55f425f 100644 (file)
@@ -83,7 +83,9 @@ static char *hms_inits[] =
  NULL};
 
 static struct monitor_ops hms_cmds ;
-static void init_hms_cmds(void)
+
+static void 
+init_hms_cmds(void)
 {
   hms_cmds.flags =   MO_CLR_BREAK_USES_ADDR | MO_FILL_USES_ADDR | MO_GETMEM_NEEDS_RANGE;
   hms_cmds.init =   hms_inits;         /* Init strings */
@@ -1320,7 +1322,9 @@ hms_open (name, from_tty)
 /* Define the target subroutine names */
 
 struct target_ops hms_ops ;
-static void init_hms_ops(void)
+
+static void 
+init_hms_ops(void)
 {
   hms_ops.to_shortname =   "hms";
   hms_ops.to_longname =   "Remote HMS monitor";
This page took 0.022738 seconds and 4 git commands to generate.