Fix indentation
gdb: 2016-11-08 Yao Qi <yao.qi@linaro.org> * rust-lang.c (val_print_struct): Fix indentation.
This commit is contained in:
parent
9dc193c3be
commit
20955dbf71
2 changed files with 7 additions and 3 deletions
|
@ -482,9 +482,9 @@ rust_printstr (struct ui_file *stream, struct type *type,
|
|||
|
||||
static void
|
||||
val_print_struct (struct type *type, const gdb_byte *valaddr,
|
||||
int embedded_offset, CORE_ADDR address, struct ui_file *stream,
|
||||
int recurse, const struct value *val,
|
||||
const struct value_print_options *options)
|
||||
int embedded_offset, CORE_ADDR address, struct ui_file *stream,
|
||||
int recurse, const struct value *val,
|
||||
const struct value_print_options *options)
|
||||
{
|
||||
int i;
|
||||
int first_field;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue