mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-29 17:53:09 +03:00
Indentation: spaces to tabs.
This commit is contained in:
parent
cc3c1eb99b
commit
0e76523e4c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user