Fix whitespace error in previous commit.
authorAndrew Burgess <aburgess@broadcom.com>
Wed, 18 Sep 2013 11:45:20 +0000 (11:45 +0000)
committerAndrew Burgess <aburgess@broadcom.com>
Wed, 18 Sep 2013 11:45:20 +0000 (11:45 +0000)
  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.

gdb/ChangeLog
gdb/main.h

index abb83ab..f5c1e3a 100644 (file)
@@ -1,5 +1,9 @@
 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.
        * main.c (get_gdb_program_name): Add definition.
 
index a846d9f..958b597 100644 (file)
@@ -46,6 +46,6 @@ extern char *windows_get_absolute_argv0 (const char *argv0);
    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