https://sourceware.org/ml/gdb-cvs/2013-09/msg00108.html
https://sourceware.org/ml/gdb-patches/2013-09/msg00225.html
gdb/ChangeLog
* main.h (get_gdb_program_name): Remove extra whitespace.
+2013-09-18 Andrew Burgess <aburgess@broadcom.com>
+
+ * main.h (get_gdb_program_name): Remove extra whitespace.
+
2013-09-18 Andrew Burgess <aburgess@broadcom.com>
* main.h (get_gdb_program_name): Add declaration.
might have been expanded to an absolute path if required by the
platform. Could return NULL if called before gdb has had a chance to
parse the argv array. */
-extern const char * get_gdb_program_name (void);
+extern const char *get_gdb_program_name (void);
#endif