From 5740eb67696f23cf4277253cd6047fb1e506d470 Mon Sep 17 00:00:00 2001 From: shakeelrao Date: Mon, 18 Mar 2019 21:05:35 -0700 Subject: [PATCH] Remove extraneous spacing in comments --- lib/legacy/zstd_v03.h | 1 - lib/legacy/zstd_v05.h | 1 - lib/legacy/zstd_v06.h | 1 - lib/legacy/zstd_v07.h | 1 - 4 files changed, 4 deletions(-) diff --git a/lib/legacy/zstd_v03.h b/lib/legacy/zstd_v03.h index c2d9f191..3c9ca730 100644 --- a/lib/legacy/zstd_v03.h +++ b/lib/legacy/zstd_v03.h @@ -44,7 +44,6 @@ size_t ZSTDv03_decompress( void* dst, size_t maxOriginalSize, or ZSTD_CONTENTSIZE_ERROR if an error occurs note : assumes `cSize` and `dBound` are _not_ NULL. - */ void ZSTDv03_findFrameSizeInfoLegacy(const void *src, size_t srcSize, size_t* cSize, unsigned long long* dBound); diff --git a/lib/legacy/zstd_v05.h b/lib/legacy/zstd_v05.h index 3b866083..03b49c79 100644 --- a/lib/legacy/zstd_v05.h +++ b/lib/legacy/zstd_v05.h @@ -42,7 +42,6 @@ size_t ZSTDv05_decompress( void* dst, size_t dstCapacity, or ZSTD_CONTENTSIZE_ERROR if an error occurs note : assumes `cSize` and `dBound` are _not_ NULL. - */ void ZSTDv05_findFrameSizeInfoLegacy(const void *src, size_t srcSize, size_t* cSize, unsigned long long* dBound); diff --git a/lib/legacy/zstd_v06.h b/lib/legacy/zstd_v06.h index 971429c9..930633d7 100644 --- a/lib/legacy/zstd_v06.h +++ b/lib/legacy/zstd_v06.h @@ -51,7 +51,6 @@ ZSTDv06_findFrameSizeInfoLegacy() : get the source length and decompressed bound or ZSTD_CONTENTSIZE_ERROR if an error occurs note : assumes `cSize` and `dBound` are _not_ NULL. - */ void ZSTDv06_findFrameSizeInfoLegacy(const void *src, size_t srcSize, size_t* cSize, unsigned long long* dBound); diff --git a/lib/legacy/zstd_v07.h b/lib/legacy/zstd_v07.h index c8144bd6..fc4fecba 100644 --- a/lib/legacy/zstd_v07.h +++ b/lib/legacy/zstd_v07.h @@ -58,7 +58,6 @@ ZSTDv07_findFrameSizeInfoLegacy() : get the source length and decompressed bound or ZSTD_CONTENTSIZE_ERROR if an error occurs note : assumes `cSize` and `dBound` are _not_ NULL. - */ void ZSTDv07_findFrameSizeInfoLegacy(const void *src, size_t srcSize, size_t* cSize, unsigned long long* dBound);