mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-07 13:39:43 +08:00
gdb/tui: add a missing white space character
Just adds a missing space. There should be no user visible changes after this commit.
This commit is contained in:
parent
868d1834ce
commit
1f841a9348
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user