aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-valprint.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-01-10 06:07:10 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-01-10 06:07:10 +0000
commit9a153e0b6fc93873721787f23edceb272ac87994 (patch)
tree64151b184bedbdc6b4f18772b3fc8a32c179d7ae /gdb/ada-valprint.c
parent35ecd2d6b67dfc8ad471ad9643b2435061f64022 (diff)
downloadgdb-9a153e0b6fc93873721787f23edceb272ac87994.zip
gdb-9a153e0b6fc93873721787f23edceb272ac87994.tar.gz
gdb-9a153e0b6fc93873721787f23edceb272ac87994.tar.bz2
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.
Diffstat (limited to 'gdb/ada-valprint.c')
-rw-r--r--gdb/ada-valprint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ada-valprint.c b/gdb/ada-valprint.c
index 4936eb5..c67266f 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,