diff options
author | Joel Brobecker <brobecker@adacore.com> | 2015-01-07 18:49:49 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2015-01-07 18:51:29 +0400 |
commit | ea42d6f8d1e24403e533e5dfea18e94c47ac534b (patch) | |
tree | 3347926286ea4c49f7456d666b8a593b0f2fbf87 /gdb/inflow.c | |
parent | 50a18af83d28d66a769af40eef7d0548e2dc0883 (diff) | |
download | gdb-ea42d6f8d1e24403e533e5dfea18e94c47ac534b.zip gdb-ea42d6f8d1e24403e533e5dfea18e94c47ac534b.tar.gz gdb-ea42d6f8d1e24403e533e5dfea18e94c47ac534b.tar.bz2 |
Empty line after comment documenting set_initial_gdb_ttystate.
gdb/ChangeLog:
* inflow.c (set_initial_gdb_ttystate): Add empty line after
comment documenting function.
Diffstat (limited to 'gdb/inflow.c')
-rw-r--r-- | gdb/inflow.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/inflow.c b/gdb/inflow.c index 3c121a3..4c81a68 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) { |