Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PUSHED] gdb/tui: add a missing white space character
@ 2022-02-16 11:54 Andrew Burgess via Gdb-patches
  0 siblings, 0 replies; only message in thread
From: Andrew Burgess via Gdb-patches @ 2022-02-16 11:54 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-16 11:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-16 11:54 [PUSHED] gdb/tui: add a missing white space character Andrew Burgess via Gdb-patches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox