diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-13 15:19:34 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-15 12:12:18 -0600 |
commit | b51be8ebcb4ac5605c03f409d5999601bc6244f5 (patch) | |
tree | 5387dfca8e649f8e31cc3ec03279c341a924ed92 /tools/gdb/remote.c | |
parent | dcc7470f049114aef1a5b460758e427d5c9bfcf0 (diff) |
tools: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'tools/gdb/remote.c')
-rw-r--r-- | tools/gdb/remote.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/gdb/remote.c b/tools/gdb/remote.c index 3cd04213514..f17bb06fb4c 100644 --- a/tools/gdb/remote.c +++ b/tools/gdb/remote.c @@ -45,7 +45,6 @@ extern "C" { #endif #endif /* alloca not defined. */ - #include "serial.h" #include "error.h" #include "remote.h" @@ -313,7 +312,6 @@ static int remote_binary_checked; ? (REGISTER_BYTES * 2 + 32) \ : 400) - /* This variable sets the number of bytes to be written to the target in a single packet. Normally PBUFSIZ is satisfactory, but some targets need smaller values (perhaps because the receiving end |