remove accumulated stray trailing whitespace

This commit is contained in:
Denis Vlasenko 2007-07-17 21:42:59 +00:00
parent 150d2fa114
commit 49a128a156
8 changed files with 11 additions and 11 deletions

View File

@ -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;