From 2021ad3a8c483c6dbd58652c9d72777712472fe7 Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Mon, 14 Mar 2011 16:55:04 +0000 Subject: Fix ARI warning about function names in first column. Put prototype declaration on same line as return type. * objc-exp.y: Ditto. * p-exp.y: Ditto. * python/py-stopevent.h: Ditto. For long function names, split parameters to allow function name on same line as return type. * solib-pa64.c: Ditto. * varobj.c: Ditto. * varobj.h: Ditto. For long function declaration, use single line. * hppa-tdep.h: Ditto. * inferior.h: Ditto. --- gdb/varobj.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gdb/varobj.c') diff --git a/gdb/varobj.c b/gdb/varobj.c index 12b0b16..103ee99 100644 --- a/gdb/varobj.c +++ b/gdb/varobj.c @@ -296,8 +296,9 @@ static int is_root_p (struct varobj *var); #if HAVE_PYTHON -static struct varobj * -varobj_add_child (struct varobj *var, const char *name, struct value *value); +static struct varobj * varobj_add_child (struct varobj *var, + const char *name, + struct value *value); #endif /* HAVE_PYTHON */ -- cgit v1.1