Replace space, tab mixes by tabs.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
This commit is contained in:
parent
f6dc7bd983
commit
fec9b45897
@ -740,7 +740,7 @@ static FILE *
|
||||
ArchFindMember(const char *archive, const char *member, struct ar_hdr *arhPtr,
|
||||
const char *mode)
|
||||
{
|
||||
FILE * arch; /* Stream to archive */
|
||||
FILE *arch; /* Stream to archive */
|
||||
int size; /* Size of archive member */
|
||||
const char *cp; /* Useful character pointer */
|
||||
char magic[SARMAG];
|
||||
|
Loading…
x
Reference in New Issue
Block a user