diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-14 22:53:52 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-14 22:53:52 -0700 |
commit | 9e9ba1248f9fa8a43bb98be9bea024aaaa4f0d64 (patch) | |
tree | c8624ed43a21d359e245a61a7d893884cc66660e /transform.c | |
parent | b1def38874735ca15025edd0d3776387fddeb7f3 (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 'transform.c')
-rw-r--r-- | transform.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/transform.c b/transform.c index 8b900fb..aa1c10e 100644 --- a/transform.c +++ b/transform.c @@ -37,8 +37,8 @@ from The Open Group. #include "transform.h" #include <stdlib.h> -static XPoint * -TranslatePoints(TPoint *points, int n_points, +static XPoint * +TranslatePoints(TPoint *points, int n_points, Transform *t, int mode) { XPoint *xpoints; |