convert some tabs to spaces in util

This commit is contained in:
nhmall
2025-02-26 21:51:44 -05:00
parent 6ff2bf0993
commit 56ebf05324
2 changed files with 14 additions and 14 deletions

View File

@@ -357,12 +357,12 @@ restore_savefile(char *basename)
if (write(sfd, (genericptr_t) &levc, sizeof levc)
!= sizeof levc) {
res = -1;
} else {
} else {
if (!copy_bytes(lfd, sfd)) {
Fprintf(stderr, "file copy failed!\n");
exit(EXIT_FAILURE);
}
}
}
}
Close(lfd);
(void) unlink(lock);
}