diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-04 21:03:13 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-04 21:03:13 -0700 |
commit | a39deac00add15532b15827c80601f87738cb405 (patch) | |
tree | 1b897092843346619f6462aaa6810ed561c86857 /list.c | |
parent | b2d0f04a50f1444f9d62d11636a28c89951f0f40 (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 'list.c')
-rw-r--r-- | list.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -84,7 +84,7 @@ dsprintf(const char *f, ...) } } } - + ListPtr listConsF(ListPtr cdr, const char *f, ...) @@ -151,7 +151,7 @@ listLength(ListPtr list) return n; } -ListPtr +ListPtr appendList(ListPtr first, ListPtr second) { ListPtr current; |