Trivial changes: whitespace and modes.
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
This commit is contained in:
parent
77a0a5b519
commit
fa325e9b42
1021 changed files with 5688 additions and 6193 deletions
|
|
@ -99,7 +99,7 @@ main(int argc, char *argv[])
|
|||
exits("");
|
||||
}
|
||||
|
||||
char *months[] =
|
||||
char *months[] =
|
||||
{
|
||||
"january",
|
||||
"february",
|
||||
|
|
@ -146,7 +146,7 @@ dates(Date **last, Tm *tm)
|
|||
first = alloc(sizeof(Date));
|
||||
if(*last)
|
||||
(*last)->next = first;
|
||||
first->p = regcomp(buf);
|
||||
first->p = regcomp(buf);
|
||||
|
||||
if (matchyear)
|
||||
snprint(buf, sizeof buf,
|
||||
|
|
@ -159,7 +159,7 @@ dates(Date **last, Tm *tm)
|
|||
if(debug)
|
||||
print("%s\n", buf);
|
||||
nd = alloc(sizeof(Date));
|
||||
nd->p = regcomp(buf);
|
||||
nd->p = regcomp(buf);
|
||||
nd->next = 0;
|
||||
first->next = nd;
|
||||
*last = nd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue