From: Joel Brobecker Date: Mon, 10 Jan 2011 06:07:10 +0000 (+0000) Subject: minor comment reformatting (ada-valprint.c:printstr) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a153e0b6fc93873721787f23edceb272ac87994;p=binutils-gdb.git minor comment reformatting (ada-valprint.c:printstr) Just to make the length of each line a little more balanced. gdb/ChangeLog: * ada-valprint.c (printstr): Minor comment reformatting. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d0d762de484..c03a6fce306 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-01-10 Joel Brobecker + + * ada-valprint.c (printstr): Minor comment reformatting. + 2011-01-08 Michael Snyder * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _ diff --git a/gdb/ada-valprint.c b/gdb/ada-valprint.c index 4936eb5b704..c67266f9023 100644 --- a/gdb/ada-valprint.c +++ b/gdb/ada-valprint.c @@ -453,8 +453,8 @@ ada_print_scalar (struct type *type, LONGEST val, struct ui_file *stream) /* Print the character string STRING, printing at most LENGTH characters. Printing stops early if the number hits print_max; repeat counts are printed as appropriate. Print ellipses at the end if we - had to stop before printing LENGTH characters, or if - FORCE_ELLIPSES. TYPE_LEN is the length (1 or 2) of the character type. */ + had to stop before printing LENGTH characters, or if FORCE_ELLIPSES. + TYPE_LEN is the length (1 or 2) of the character type. */ static void printstr (struct ui_file *stream, struct type *elttype, const gdb_byte *string,