Remove extraneous spacing in comments

This commit is contained in:
shakeelrao
2019-03-18 21:05:35 -07:00
parent 0a3fa6f909
commit 5740eb6769
4 changed files with 0 additions and 4 deletions
-1
View 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);