Convert all spaces to tabs

This commit is contained in:
Nick Terrell
2017-03-30 14:49:45 -07:00
parent 78063ca2bd
commit 1075c12078
20 changed files with 7669 additions and 7669 deletions
+2 -2
View File
@@ -62,8 +62,8 @@ typedef enum {
} ZSTD_ErrorCode;
/*! ZSTD_getErrorCode() :
convert a `size_t` function result into a `ZSTD_ErrorCode` enum type,
which can be used to compare directly with enum list published into "error_public.h" */
convert a `size_t` function result into a `ZSTD_ErrorCode` enum type,
which can be used to compare directly with enum list published into "error_public.h" */
ZSTDERRORLIB_API ZSTD_ErrorCode ZSTD_getErrorCode(size_t functionResult);
ZSTDERRORLIB_API const char* ZSTD_getErrorString(ZSTD_ErrorCode code);