Remove extraneous spacing in comments
This commit is contained in:
parent
0a3fa6f909
commit
5740eb6769
@ -44,7 +44,6 @@ size_t ZSTDv03_decompress( void* dst, size_t maxOriginalSize,
|
|||||||
or ZSTD_CONTENTSIZE_ERROR if an error occurs
|
or ZSTD_CONTENTSIZE_ERROR if an error occurs
|
||||||
|
|
||||||
note : assumes `cSize` and `dBound` are _not_ NULL.
|
note : assumes `cSize` and `dBound` are _not_ NULL.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
void ZSTDv03_findFrameSizeInfoLegacy(const void *src, size_t srcSize,
|
void ZSTDv03_findFrameSizeInfoLegacy(const void *src, size_t srcSize,
|
||||||
size_t* cSize, unsigned long long* dBound);
|
size_t* cSize, unsigned long long* dBound);
|
||||||
|
@ -42,7 +42,6 @@ size_t ZSTDv05_decompress( void* dst, size_t dstCapacity,
|
|||||||
or ZSTD_CONTENTSIZE_ERROR if an error occurs
|
or ZSTD_CONTENTSIZE_ERROR if an error occurs
|
||||||
|
|
||||||
note : assumes `cSize` and `dBound` are _not_ NULL.
|
note : assumes `cSize` and `dBound` are _not_ NULL.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
void ZSTDv05_findFrameSizeInfoLegacy(const void *src, size_t srcSize,
|
void ZSTDv05_findFrameSizeInfoLegacy(const void *src, size_t srcSize,
|
||||||
size_t* cSize, unsigned long long* dBound);
|
size_t* cSize, unsigned long long* dBound);
|
||||||
|
@ -51,7 +51,6 @@ ZSTDv06_findFrameSizeInfoLegacy() : get the source length and decompressed bound
|
|||||||
or ZSTD_CONTENTSIZE_ERROR if an error occurs
|
or ZSTD_CONTENTSIZE_ERROR if an error occurs
|
||||||
|
|
||||||
note : assumes `cSize` and `dBound` are _not_ NULL.
|
note : assumes `cSize` and `dBound` are _not_ NULL.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
void ZSTDv06_findFrameSizeInfoLegacy(const void *src, size_t srcSize,
|
void ZSTDv06_findFrameSizeInfoLegacy(const void *src, size_t srcSize,
|
||||||
size_t* cSize, unsigned long long* dBound);
|
size_t* cSize, unsigned long long* dBound);
|
||||||
|
@ -58,7 +58,6 @@ ZSTDv07_findFrameSizeInfoLegacy() : get the source length and decompressed bound
|
|||||||
or ZSTD_CONTENTSIZE_ERROR if an error occurs
|
or ZSTD_CONTENTSIZE_ERROR if an error occurs
|
||||||
|
|
||||||
note : assumes `cSize` and `dBound` are _not_ NULL.
|
note : assumes `cSize` and `dBound` are _not_ NULL.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
void ZSTDv07_findFrameSizeInfoLegacy(const void *src, size_t srcSize,
|
void ZSTDv07_findFrameSizeInfoLegacy(const void *src, size_t srcSize,
|
||||||
size_t* cSize, unsigned long long* dBound);
|
size_t* cSize, unsigned long long* dBound);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user