]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Remove extraneous spacing in comments
authorshakeelrao <shakeelrao79@gmail.com>
Tue, 19 Mar 2019 04:05:35 +0000 (21:05 -0700)
committershakeelrao <shakeelrao79@gmail.com>
Tue, 19 Mar 2019 04:05:35 +0000 (21:05 -0700)
lib/legacy/zstd_v03.h
lib/legacy/zstd_v05.h
lib/legacy/zstd_v06.h
lib/legacy/zstd_v07.h

index c2d9f191fc6f48df44d1312ccf911109a53b1731..3c9ca730e485e5cc7b6ec5865c62fb765aca6666 100644 (file)
@@ -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);
index 3b866083a3d128b4e77234fa87ffe8803f9be76a..03b49c79677a656a7ced40494105caa66c0e1840 100644 (file)
@@ -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);
index 971429c9b9667d5922b701921a87d47888fab94d..930633d79e8c085cfff81e1cd1c61fd509f5811d 100644 (file)
@@ -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);
index c8144bd61bbc8245addb19ce2e741af308362e30..fc4fecba9fce3ba6419b78958f494a2df4ae46d2 100644 (file)
@@ -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);