summaryrefslogtreecommitdiff
path: root/lib/zstd/decompress/zstd_decompress_block.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zstd/decompress/zstd_decompress_block.h')
-rw-r--r--lib/zstd/decompress/zstd_decompress_block.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/zstd/decompress/zstd_decompress_block.h b/lib/zstd/decompress/zstd_decompress_block.h
index 3d2d57a5d25..b8e912c6fd8 100644
--- a/lib/zstd/decompress/zstd_decompress_block.h
+++ b/lib/zstd/decompress/zstd_decompress_block.h
@@ -8,7 +8,6 @@
* You may select, at your option, one of the above-listed licenses.
*/
-
#ifndef ZSTD_DEC_BLOCK_H
#define ZSTD_DEC_BLOCK_H
@@ -20,7 +19,6 @@
#include "../common/zstd_internal.h" /* blockProperties_t, and some public functions */
#include "zstd_decompress_internal.h" /* ZSTD_seqSymbol */
-
/* === Prototypes === */
/* note: prototypes already published within `zstd.h` :
@@ -32,7 +30,6 @@
* ZSTD_decodeSeqHeaders()
*/
-
/* Streaming state is used to inform allocation of the literal buffer */
typedef enum {
not_streaming = 0,
@@ -64,5 +61,4 @@ void ZSTD_buildFSETable(ZSTD_seqSymbol* dt,
unsigned tableLog, void* wksp, size_t wkspSize,
int bmi2);
-
#endif /* ZSTD_DEC_BLOCK_H */