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 /ClockP.h | |
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 'ClockP.h')
-rw-r--r-- | ClockP.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ extern ClockClassRec clockClassRec; extern void paint_jewel ( ClockWidget w, Drawable d, GC gc ); extern int check_jewel_poly ( ClockWidget w, TPoint poly[6] ); extern void check_jewel ( ClockWidget w, Drawable d, GC gc ); -extern void compute_hand ( ClockWidget w, double a, double l, double width, +extern void compute_hand ( ClockWidget w, double a, double l, double width, TPoint poly[6] ); extern void compute_hands ( ClockWidget w ); extern void paint_hand ( ClockWidget w, Drawable d, GC gc, TPoint poly[6] ); |