summaryrefslogtreecommitdiff
path: root/include/bzlib.h
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2024-07-23 01:28:34 +0200
committerTom Rini <[email protected]>2024-07-29 15:01:04 -0600
commit6627fbba203f89a316299d35f6a2ff3f33dd15c8 (patch)
treecce8ae95fef0efc70c6ee256b3f007951aaec56f /include/bzlib.h
parenta1af57b70ad14fc490b5227d11c0edd954a81978 (diff)
include: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include/bzlib.h')
-rw-r--r--include/bzlib.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/bzlib.h b/include/bzlib.h
index 19314f8f665..e3cf6f9c593 100644
--- a/include/bzlib.h
+++ b/include/bzlib.h
@@ -62,7 +62,6 @@
For more information on these sources, see the manual.
--*/
-
#ifndef _BZLIB_H
#define _BZLIB_H
@@ -117,7 +116,6 @@ typedef
}
bz_stream;
-
#ifndef BZ_IMPORT
#define BZ_EXPORT
#endif
@@ -141,7 +139,6 @@ typedef
# define BZ_EXTERN extern
#endif
-
/*-- Core (low-level) library functions --*/
BZ_EXTERN int BZ_API(BZ2_bzCompressInit) (
@@ -174,7 +171,6 @@ BZ_EXTERN int BZ_API(BZ2_bzDecompressEnd) (
bz_stream *strm
);
-
/*-- High(er) level library functions --*/
#ifndef BZ_NO_STDIO
@@ -247,7 +243,6 @@ BZ_EXTERN void BZ_API(BZ2_bzWriteClose64) (
);
#endif
-
/*-- Utility functions --*/
BZ_EXTERN int BZ_API(BZ2_bzBuffToBuffCompress) (
@@ -269,7 +264,6 @@ BZ_EXTERN int BZ_API(BZ2_bzBuffToBuffDecompress) (
int verbosity
);
-
/*--
Code contributed by Yoshioka Tsuneo