diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6477dc182b..e9b037796f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2015-01-07 Joel Brobecker + + * inflow.c (set_initial_gdb_ttystate): Add empty line after + comment documenting function. + 2015-01-07 Patrick Palka * terminal.h (set_initial_gdb_ttystate): Declare. diff --git a/gdb/inflow.c b/gdb/inflow.c index 3c121a39f2..4c81a6858d 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -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) {