Fix indentation
authorYao Qi <yao.qi@linaro.org>
Tue, 8 Nov 2016 11:32:53 +0000 (11:32 +0000)
committerYao Qi <yao.qi@linaro.org>
Tue, 8 Nov 2016 11:32:53 +0000 (11:32 +0000)
gdb:

2016-11-08  Yao Qi  <yao.qi@linaro.org>

* rust-lang.c (val_print_struct): Fix indentation.

gdb/ChangeLog
gdb/rust-lang.c

index f029938..db5ec9b 100644 (file)
@@ -1,3 +1,7 @@
+2016-11-08  Yao Qi  <yao.qi@linaro.org>
+
+       * rust-lang.c (val_print_struct): Fix indentation.
+
 2016-11-08  Lionel Flandrin  <lionel@svkt.org>
 
        * remote.c (process_g_packet): Detect truncated registers in 'g'
index edf65e5..0a49696 100644 (file)
@@ -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;