gdb/testsuite/
[binutils-gdb.git] / gdb / valprint.c
index d6ecc04741fdf934fe6d5d405b395861ecc3223b..517e607a85d6af4f9e218786bc89356d32cf43e9 100644 (file)
@@ -395,6 +395,7 @@ value_print (struct value *val, struct ui_file *stream,
                                        value_address (val),
                                        stream, 0, options,
                                        current_language);
+
       if (r)
        return r;
     }
@@ -1141,6 +1142,7 @@ val_print_array_elements (struct type *type, const gdb_byte *valaddr,
   else
     {
       long low, hi;
+
       if (get_array_bounds (type, &low, &hi))
         len = hi - low + 1;
       else
@@ -1631,8 +1633,6 @@ show_print (char *args, int from_tty)
 void
 _initialize_valprint (void)
 {
-  struct cmd_list_element *c;
-
   add_prefix_cmd ("print", no_class, set_print,
                  _("Generic command for setting how things print."),
                  &setprintlist, "set print ", 0, &setlist);