diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/tui/tui-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tui/tui-io.c b/gdb/tui/tui-io.c index acd5e74..8cac1c4 100644 --- a/gdb/tui/tui-io.c +++ b/gdb/tui/tui-io.c @@ -1034,7 +1034,7 @@ tui_inject_newline_into_command_window () { gdb_assert (tui_active); - WINDOW *w= TUI_CMD_WIN->handle.get (); + WINDOW *w = TUI_CMD_WIN->handle.get (); /* When hitting return with an empty input, gdb executes the last command. If we emit a newline, this fills up the command window |