diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-23 01:28:34 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-29 15:01:04 -0600 |
commit | 6627fbba203f89a316299d35f6a2ff3f33dd15c8 (patch) | |
tree | cce8ae95fef0efc70c6ee256b3f007951aaec56f /include/xyzModem.h | |
parent | a1af57b70ad14fc490b5227d11c0edd954a81978 (diff) |
include: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'include/xyzModem.h')
-rw-r--r-- | include/xyzModem.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/xyzModem.h b/include/xyzModem.h index a8911b6bf57..0de8788ca76 100644 --- a/include/xyzModem.h +++ b/include/xyzModem.h @@ -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)); |