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
|
|
@ -348,7 +348,7 @@ error(char *fmt, ...)
|
|||
vfprint(2, fmt, arg);
|
||||
va_end(arg);
|
||||
fprint(2, "\n");
|
||||
|
||||
|
||||
if(delfile != nil){
|
||||
fprint(2, "gunzip: removing output file %s\n", delfile);
|
||||
remove(delfile);
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ zip(Biobuf *bout, char *file, int stdout)
|
|||
zh->madevers = (2 * 10) + 0;
|
||||
zh->extos = ZDos;
|
||||
zh->extvers = (2 * 10) + 0;
|
||||
|
||||
|
||||
t = localtime(dir->mtime);
|
||||
zh->modtime = (t->hour<<11) | (t->min<<5) | (t->sec>>1);
|
||||
zh->moddate = ((t->year-80)<<9) | ((t->mon+1)<<5) | t->mday;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue