From: Mark Wooding Date: Mon, 22 Dec 2014 20:32:58 +0000 (+0000) Subject: Long overdue whitespace cleanup. X-Git-Tag: 1.2.4~4 X-Git-Url: https://git.distorted.org.uk/~mdw/checkpath/commitdiff_plain/b8eb35c13263163e9849ee3fbdc1bc8bd5c5167b Long overdue whitespace cleanup. $ git ls-files -z | xargs -0 space -vmi -- chkpath.c:126: space followed by tab chkpath.c:128: space followed by tab tmpdir.c:316: space followed by tab tmpdir.c:389: trailing whitespace --- diff --git a/chkpath.c b/chkpath.c index 7dea761..a44570e 100644 --- a/chkpath.c +++ b/chkpath.c @@ -123,9 +123,9 @@ int main(int argc, char *argv[]) for (;;) { static struct option opts[] = { { "help", 0, 0, 'h' }, - { "version", 0, 0, 'V' }, + { "version", 0, 0, 'V' }, { "usage", 0, 0, 'u' }, - { "verbose", 0, 0, 'v' }, + { "verbose", 0, 0, 'v' }, { "quiet", 0, 0, 'q' }, { "sticky", 0, 0, 's' }, { "trust-group", 0, 0, 't' }, diff --git a/tmpdir.c b/tmpdir.c index 5d19e3a..71c7ab0 100644 --- a/tmpdir.c +++ b/tmpdir.c @@ -313,7 +313,7 @@ int main(int argc, char *argv[]) for (;;) { static struct option opts[] = { { "help", 0, 0, 'h' }, - { "version", 0, 0, 'V' }, + { "version", 0, 0, 'V' }, { "usage", 0, 0, 'u' }, { "bourne", 0, 0, 'b' }, { "cshell", 0, 0, 'c' }, @@ -386,7 +386,7 @@ int main(int argc, char *argv[]) case sh_csh: printf("setenv TMPDIR \"%s\"\n", p); break; - } + } return (0); }