remove stray tabs from *.c files and config.h

This commit is contained in:
nhmall
2025-08-19 08:35:39 -04:00
parent 070730d845
commit 6c3e70ad77
18 changed files with 57 additions and 57 deletions

View File

@@ -506,7 +506,7 @@ bwrite(int fd, const genericptr_t loc, unsigned num)
fprintf(ofp[fd], "%08ld, %08ld, %d\n", ocnt,
ftell(ofp[fd]), num);
ocnt++;
}
}
}
#endif
@@ -559,7 +559,7 @@ mread(int fd, genericptr_t buf, unsigned len)
fprintf(ifp[fd], "%08ld, %08ld, %d\n", icnt,
ftell(ifp[fd]), (int) len);
icnt++;
}
}
}
#endif