From ba4d67c2bff4b9d754ace1c0854c0bcfd04d000e Mon Sep 17 00:00:00 2001 From: Fernando Nasser Date: Tue, 19 Jan 1999 20:45:31 +0000 Subject: 1999-01-19 Fernando Nasser * 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. --- gdb/win32-nat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/win32-nat.c') diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c index 47dbc55..87e96bd 100644 --- a/gdb/win32-nat.c +++ b/gdb/win32-nat.c @@ -1003,7 +1003,8 @@ child_close () struct target_ops child_ops ; -static void init_child_ops(void) +static void +init_child_ops(void) { child_ops.to_shortname = "child"; child_ops.to_longname = "Win32 child process"; -- cgit v1.1