Empty line after comment documenting set_initial_gdb_ttystate.

gdb/ChangeLog:

        * inflow.c (set_initial_gdb_ttystate): Add empty line after
        comment documenting function.
This commit is contained in:
Joel Brobecker 2015-01-07 18:49:49 +04:00
parent 50a18af83d
commit ea42d6f8d1
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2015-01-07 Joel Brobecker <brobecker@adacore.com>
* inflow.c (set_initial_gdb_ttystate): Add empty line after
comment documenting function.
2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
* terminal.h (set_initial_gdb_ttystate): Declare.

View File

@ -161,6 +161,7 @@ show_interactive_mode (struct ui_file *file, int from_tty,
}
/* Set the initial tty state that is to be inherited by new inferiors. */
void
set_initial_gdb_ttystate (void)
{