projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
868d183
)
gdb/tui: add a missing white space character
author
Andrew Burgess
<aburgess@redhat.com>
Tue, 15 Feb 2022 14:13:46 +0000
(14:13 +0000)
committer
Andrew Burgess
<aburgess@redhat.com>
Wed, 16 Feb 2022 11:53:27 +0000
(11:53 +0000)
Just adds a missing space. There should be no user visible changes
after this commit.
gdb/tui/tui-io.c
patch
|
blob
|
history
diff --git
a/gdb/tui/tui-io.c
b/gdb/tui/tui-io.c
index acd5e742d0b98e93e691c3aedeb319c4e899ea52..8cac1c40f1346d1ede7faeea2d82d99ec1917a39 100644
(file)
--- 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