[PUSHED] gdb/tui: add a missing white space character

Andrew Burgess aburgess@redhat.com
Wed Feb 16 11:54:38 GMT 2022


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(-)

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
-- 
2.25.4



More information about the Gdb-patches mailing list