From 1f841a9348f189a8ee4423eb416d6e5495b5b49d Mon Sep 17 00:00:00 2001 From: Andrew Burgess Date: Tue, 15 Feb 2022 14:13:46 +0000 Subject: gdb/tui: add a missing white space character Just adds a missing space. There should be no user visible changes after this commit. --- gdb/tui/tui-io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/tui') 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 -- cgit v1.1