1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-13 14:01:09 +02:00

include: u-boot: 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:
Marek Vasut
2024-07-23 01:28:30 +02:00
committed by Tom Rini
parent 69cfc6a9be
commit 3a105a6e39
2 changed files with 0 additions and 3 deletions

View File

@@ -36,7 +36,6 @@
Jean-loup Gailly Mark Adler
jloup@gzip.org madler@alumni.caltech.edu
The data format used by the zlib library is described by RFCs (Request for
Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt
(zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
@@ -547,7 +546,6 @@ ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest,
z_streamp source));
ZEXTERN int ZEXPORT inflateInit_ OF((z_streamp strm,
int stream_size));
ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));