summaryrefslogtreecommitdiff
path: root/list.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-04 21:03:13 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-04 21:03:13 -0700
commita39deac00add15532b15827c80601f87738cb405 (patch)
tree1b897092843346619f6462aaa6810ed561c86857 /list.c
parentb2d0f04a50f1444f9d62d11636a28c89951f0f40 (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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/list.c b/list.c
index 1ca1998..1614d95 100644
--- a/list.c
+++ b/list.c
@@ -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;