diff options
author | Andrew Burgess <aburgess@redhat.com> | 2022-02-15 14:13:46 +0000 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2022-02-16 11:53:27 +0000 |
commit | 1f841a9348f189a8ee4423eb416d6e5495b5b49d (patch) | |
tree | c2d833bdace9666243fb2a19cbf28dce99069b6c /gdb/tui | |
parent | 868d1834ce69971de46821b749e74e82f5d3c2c9 (diff) | |
download | gdb-1f841a9348f189a8ee4423eb416d6e5495b5b49d.zip gdb-1f841a9348f189a8ee4423eb416d6e5495b5b49d.tar.gz gdb-1f841a9348f189a8ee4423eb416d6e5495b5b49d.tar.bz2 |
gdb/tui: add a missing white space character
Just adds a missing space. There should be no user visible changes
after this commit.
Diffstat (limited to 'gdb/tui')
-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 |