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:
@@ -44,7 +44,7 @@ main(int _argc, char **_argv)
|
||||
char **volatile argv;
|
||||
String *t;
|
||||
char *termargs[10], **ap;
|
||||
|
||||
|
||||
argc = _argc;
|
||||
argv = _argv;
|
||||
ap = termargs;
|
||||
|
||||
Reference in New Issue
Block a user