From b51be8ebcb4ac5605c03f409d5999601bc6244f5 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sat, 13 Jul 2024 15:19:34 +0200 Subject: tools: Remove duplicate newlines Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut --- tools/gdb/remote.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/gdb/remote.c') 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 -- cgit v1.2.3