diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-07 17:34:17 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-07 17:34:17 -0700 |
commit | 3602fb0b7ba2bde9c73610693dbb50534fe42b81 (patch) | |
tree | 3a738fc259d6d55cc6b4acbb5ec07c5fe97b9202 /include.c | |
parent | c1f32dc1d4c1758065468e1f5d34707099f59f33 (diff) |
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
git diff -w & git diff -b show no diffs from this change
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include.c')
-rw-r--r-- | include.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ remove_dotdot(char *path) char **fp = cp + 2; char **tp = cp; - do + do *tp++ = *fp; /* move all the pointers down */ while (*fp++); if (cp != components) |