summaryrefslogtreecommitdiff
path: root/gdb/remote-es.c
diff options
context:
space:
mode:
authorFernando Nasser <fnasser@redhat.com>1999-01-19 20:45:31 +0000
committerFernando Nasser <fnasser@redhat.com>1999-01-19 20:45:31 +0000
commitba4d67c2bff4b9d754ace1c0854c0bcfd04d000e (patch)
treea5273daf3a0bc854ef138eef264389cd455425e8 /gdb/remote-es.c
parentd5abf0a4e6495a15031ed3bf049fa26e2b387be1 (diff)
downloadbinutils-gdb-ba4d67c2bff4b9d754ace1c0854c0bcfd04d000e.tar.gz
1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
* sol-thread.c abug-rom.c cpu32bug-rom.c dbug-rom.c m32r-rom.c mac-nat.c mon960-rom.c op50-rom.c ppc-bdm.c remote-adapt.c remote-array.c remote-bug.c remote-e7000.c remote-eb.c remote-es.c remote-est.c remote-hms.c remote-mm.c remote-nindy.c remote-nrom.c remote-os9k.c remote-rdp.c remote-sds.c remote-sim.c remote-st.c remote-udi.c rom68k-rom.c sh3-rom.c sparcl-tdep.c sparclet-rom.c v850ice.c win32-nat.c: cosmetic changes to conform to coding standards.
Diffstat (limited to 'gdb/remote-es.c')
-rw-r--r--gdb/remote-es.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/gdb/remote-es.c b/gdb/remote-es.c
index 7a63e41a4bd..d26e85b7890 100644
--- a/gdb/remote-es.c
+++ b/gdb/remote-es.c
@@ -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";