replace some leading tabs that had crept in

This commit is contained in:
nhmall
2024-06-10 10:57:59 -04:00
parent bc897ac69c
commit 588b3ae92f
11 changed files with 16 additions and 16 deletions

View File

@@ -1923,7 +1923,7 @@ make_lockname(const char *filename UNUSED_conditional, char *lockname)
/* lock a file */
boolean
lock_file(const char *filename, int whichprefix,
int retryct UNUSED_conditional)
int retryct UNUSED_conditional)
{
#ifndef USE_FCNTL
char locknambuf[BUFSZ];