mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 16:01:19 +01:00
Whitespace cleanup pass; reduce diffs with OpenBSD. No functional changes.
This commit is contained in:
parent
19476d5cac
commit
d12dd1a1b5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76019
@ -360,6 +360,7 @@ int
|
||||
ftime_start()
|
||||
#endif
|
||||
{
|
||||
|
||||
if (ftab != NULL)
|
||||
return(0);
|
||||
if ((ftab = (FTM **)calloc(F_TAB_SZ, sizeof(FTM *))) == NULL) {
|
||||
@ -1206,6 +1207,7 @@ int
|
||||
dir_start()
|
||||
#endif
|
||||
{
|
||||
|
||||
if (dirfd != -1)
|
||||
return(0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user