From: Andrew Burgess Date: Tue, 15 Feb 2022 14:13:46 +0000 (+0000) Subject: gdb/tui: add a missing white space character X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f841a9348f189a8ee4423eb416d6e5495b5b49d;p=binutils-gdb.git gdb/tui: add a missing white space character Just adds a missing space. There should be no user visible changes after this commit. --- diff --git a/gdb/tui/tui-io.c b/gdb/tui/tui-io.c index acd5e742d0b..8cac1c40f13 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