From 1daba642678630fc808e265caa202b8a9e83f01c Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 16 Sep 2011 22:14:33 -0700 Subject: 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 --- include/X11/Xaw3d/Panner.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include/X11/Xaw3d/Panner.h') diff --git a/include/X11/Xaw3d/Panner.h b/include/X11/Xaw3d/Panner.h index c8173cf..155813b 100644 --- a/include/X11/Xaw3d/Panner.h +++ b/include/X11/Xaw3d/Panner.h @@ -31,16 +31,16 @@ in this Software without prior written authorization from the X Consortium. #include /***************************************************************************** - * + * * Panner Widget (subclass of Simple) - * + * * This widget is used to represent navigation in a 2d coordinate system. - * + * * Parameters: - * + * * Name Class Type Default * ---- ----- ---- ------- - * + * * allowOff AllowOff Boolean FALSE * background Background Pixel XtDefaultBackground * backgroundStipple BackgroundStipple String NULL @@ -59,7 +59,7 @@ in this Software without prior written authorization from the X Consortium. * sliderY SliderY Position 0 * sliderWidth SliderWidth Dimension 0 * sliderHeight SliderHeight Dimension 0 - * + * *****************************************************************************/ /* new instance and class names */ -- cgit v1.2.3