Indentation: spaces to tabs.

This commit is contained in:
Michael Drake 2016-08-06 11:34:26 +01:00
parent cc3c1eb99b
commit 0e76523e4c

View File

@ -571,9 +571,9 @@ nserror nsc_strntimet(const char *str, size_t size, time_t *timep)
if (result == -1) {
return NSERROR_INVALID;
}
}
*timep = result;
*timep = result;
return NSERROR_OK;
return NSERROR_OK;
}