gdb/ChangeLog:
* print-utils.c (int_string): Remove unnecessary trailing spaces.
+2018-11-01 Joel Brobecker <brobecker@adacore.com>
+
+ * print-utils.c (int_string): Remove unnecessary trailing spaces.
+
2018-11-01 Joel Brobecker <brobecker@adacore.com>
* rs6000-tdep.c (skip_prologue): Fix potential negative left
/* See print-utils.h. */
char *
-int_string (LONGEST val, int radix, int is_signed, int width,
+int_string (LONGEST val, int radix, int is_signed, int width,
int use_c_format)
{
- switch (radix)
+ switch (radix)
{
case 16:
{
internal_error (__FILE__, __LINE__,
_("failed internal consistency check"));
}
-}
+}
/* See print-utils.h. */