mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
tools: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
dcc7470f04
commit
b51be8ebcb
10 changed files with 0 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue