summaryrefslogtreecommitdiff
path: root/ClockP.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-14 22:53:52 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-14 22:53:52 -0700
commit9e9ba1248f9fa8a43bb98be9bea024aaaa4f0d64 (patch)
treec8624ed43a21d359e245a61a7d893884cc66660e /ClockP.h
parentb1def38874735ca15025edd0d3776387fddeb7f3 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClockP.h b/ClockP.h
index cc075a8..ff9b230 100644
--- a/ClockP.h
+++ b/ClockP.h
@@ -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] );