remove accumulated stray trailing whitespace
This commit is contained in:
parent
150d2fa114
commit
49a128a156
8 changed files with 11 additions and 11 deletions
|
@ -2404,7 +2404,7 @@ static int file_size(const char * fn) // what is the byte size of "fn"
|
|||
return cnt;
|
||||
}
|
||||
|
||||
static int file_insert(char * fn, char * p)
|
||||
static int file_insert(char *fn, char *p)
|
||||
{
|
||||
int cnt = -1;
|
||||
int fd, size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue