aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vac/testinc.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-2/+2
| | | | | | | | | 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>
* vac: add -a and -x flagsRuss Cox2008-07-031-0/+31
Thanks to Michael Kaminsky for the suggestion.