2010-05-24 Michael Snyder <msnyder@vmware.com>
[binutils-gdb.git] / gdb / inf-child.c
index 23fa542994ddc66c81bcc790a7d2672af3469734..72a18e41b9814661a986d62285ddd48a3c6cd7d6 100644 (file)
@@ -174,6 +174,7 @@ struct target_ops *
 inf_child_target (void)
 {
   struct target_ops *t = XZALLOC (struct target_ops);
+
   t->to_shortname = "child";
   t->to_longname = "Unix child process";
   t->to_doc = "Unix child process (started by the \"run\" command).";