diff options
Diffstat (limited to 'gdb/cp-valprint.c')
-rw-r--r-- | gdb/cp-valprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cp-valprint.c b/gdb/cp-valprint.c index 1d98eb5..3b0e1df 100644 --- a/gdb/cp-valprint.c +++ b/gdb/cp-valprint.c @@ -222,7 +222,7 @@ cp_print_value_fields (struct value *val, struct ui_file *stream, } else { - wrap_here (n_spaces (2 + 2 * recurse)); + wrap_here (2 + 2 * recurse); } annotate_field_begin (type->field (i).type ()); |