Initial creation of sourceware repository
[deliverable/binutils-gdb.git] / gdb / remote-es.c
index 7a63e41a4bdd68ca475e12deb652c97b97fad476..d26e85b7890b0ae4bcab0cb092adc9150615a4eb 100644 (file)
@@ -2043,7 +2043,9 @@ es1800_child_detach (args, from_tty)
 /* Define the target subroutine names  */
 
 struct target_ops es1800_ops ;
-static void init_es1800_ops(void)
+
+static void 
+init_es1800_ops(void)
 {
   es1800_ops.to_shortname =   "es1800";                
   es1800_ops.to_longname =   "Remote serial target in ES1800-emulator protocol";
@@ -2114,7 +2116,9 @@ Specify the serial device it is connected to (e.g. /dev/ttya)." ;
 /* Define the target subroutine names  */
 
 struct target_ops es1800_child_ops ;
-static void init_es1800_child_ops(void)
+
+static void 
+init_es1800_child_ops(void)
 {
   es1800_child_ops.to_shortname =   "es1800_process";  
   es1800_child_ops.to_longname =   "Remote serial target in ES1800-emulator protocol";
This page took 0.023362 seconds and 4 git commands to generate.