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/Toggle.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/Toggle.h')
-rw-r--r-- | include/X11/Xaw3d/Toggle.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/X11/Xaw3d/Toggle.h b/include/X11/Xaw3d/Toggle.h index 15acf87..df9079f 100644 --- a/include/X11/Xaw3d/Toggle.h +++ b/include/X11/Xaw3d/Toggle.h @@ -29,7 +29,7 @@ in this Software without prior written authorization from the X Consortium. * Author: Chris D. Peterson * MIT X Consortium * kit@expo.lcs.mit.edu - * + * * Date: January 12, 1989 */ @@ -109,13 +109,13 @@ typedef struct _ToggleRec *ToggleWidget; /************************************************************ - * + * * Public Functions * ************************************************************/ _XFUNCPROTOBEGIN - + /* Function Name: XawToggleChangeRadioGroup * Description: Allows a toggle widget to change radio lists. * Arguments: w - The toggle widget to change lists. @@ -151,7 +151,7 @@ extern void XawToggleSetCurrent( Widget /* radio_group */, XtPointer /* radio_data */ ); - + /* Function Name: XawToggleUnsetCurrent * Description: Unsets all Toggles in the radio_group specified. * Arguments: radio_group - any toggle widget in the toggle list. |