Long overdue whitespace cleanup.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 22 Dec 2014 20:32:58 +0000 (20:32 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 31 Mar 2015 10:11:30 +0000 (11:11 +0100)
$ 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

chkpath.c
tmpdir.c

index 7dea761..a44570e 100644 (file)
--- 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' },
index 5d19e3a..71c7ab0 100644 (file)
--- 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);
 }