From: shakeelrao Date: Tue, 19 Mar 2019 04:05:35 +0000 (-0700) Subject: Remove extraneous spacing in comments X-Git-Tag: v1.4.0^2~26^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5740eb67696f23cf4277253cd6047fb1e506d470;p=thirdparty%2Fzstd.git Remove extraneous spacing in comments --- diff --git a/lib/legacy/zstd_v03.h b/lib/legacy/zstd_v03.h index c2d9f191f..3c9ca730e 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 3b866083a..03b49c796 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 971429c9b..930633d79 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 c8144bd61..fc4fecba9 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);