diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:14:33 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:14:33 -0700 |
commit | 1daba642678630fc808e265caa202b8a9e83f01c (patch) | |
tree | fda4ef5bed464f6c388e4546774e637e02ad8605 /include/X11/Xaw3d/Panner.h | |
parent | 9932303fbd0390628efc714d9c52718eca008015 (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 'include/X11/Xaw3d/Panner.h')
-rw-r--r-- | include/X11/Xaw3d/Panner.h | 12 |
1 files changed, 6 insertions, 6 deletions
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 <X11/Xaw3d/Reports.h> /***************************************************************************** - * + * * 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 */ |