This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
FYI: fix brace placement
- From: Tom Tromey <tromey at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Thu, 01 Mar 2012 08:49:54 -0700
- Subject: FYI: fix brace placement
I'm checking this in.
I noticed that the final brace of val_print_type_code_flags came after
the introductory comment for the next function.
Tom
2012-03-01 Tom Tromey <tromey@redhat.com>
* valprint.c (val_print_type_code_flags): Fix placement of
trailing brace.
Index: valprint.c
===================================================================
RCS file: /cvs/src/src/gdb/valprint.c,v
retrieving revision 1.114
diff -u -r1.114 valprint.c
--- valprint.c 4 Jan 2012 08:27:57 -0000 1.114
+++ valprint.c 1 Mar 2012 15:45:38 -0000
@@ -545,6 +545,7 @@
}
}
fputs_filtered ("]", stream);
+}
/* Print a scalar of data of type TYPE, pointed to in GDB by VALADDR,
according to OPTIONS and SIZE on STREAM. Format i is not supported
@@ -552,7 +553,6 @@
This is how the elements of an array or structure are printed
with a format. */
-}
void
val_print_scalar_formatted (struct type *type,