mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 14:31:16 +02:00
include: 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:
@@ -44,7 +44,6 @@
|
||||
#define xyzModem_close 1
|
||||
#define xyzModem_abort 2
|
||||
|
||||
|
||||
#define CYGNUM_CALL_IF_SET_COMM_ID_QUERY_CURRENT
|
||||
#define CYGACC_CALL_IF_SET_CONSOLE_COMM(x)
|
||||
|
||||
@@ -60,8 +59,6 @@ typedef struct {
|
||||
int chan;
|
||||
} connection_info_t;
|
||||
|
||||
|
||||
|
||||
int xyzModem_stream_open(connection_info_t *info, int *err);
|
||||
void xyzModem_stream_close(int *err);
|
||||
void xyzModem_stream_terminate(bool method, int (*getc)(void));
|
||||
|
Reference in New Issue
Block a user