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
+1 -1
View File
@@ -66,7 +66,7 @@ const char* ERR_getErrorString(ERR_enum code); /* error_private.c */
ERR_STATIC const char* ERR_getErrorName(size_t code)
{
return ERR_getErrorString(ERR_getErrorCode(code));
return ERR_getErrorString(ERR_getErrorCode(code));
}
#if defined (__cplusplus)