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/SmeP.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/X11/Xaw3d/SmeP.h') diff --git a/include/X11/Xaw3d/SmeP.h b/include/X11/Xaw3d/SmeP.h index 888ce75..b814157 100644 --- a/include/X11/Xaw3d/SmeP.h +++ b/include/X11/Xaw3d/SmeP.h @@ -27,12 +27,12 @@ in this Software without prior written authorization from the X Consortium. * SmeP.h - Private Header file for Sme object. * * This is the private header file for the Athena Sme object. - * This object is intended to be used with the simple menu widget. + * This object is intended to be used with the simple menu widget. * * Date: April 3, 1989 * * By: Chris D. Peterson - * MIT X Consortium + * MIT X Consortium * kit@expo.lcs.mit.edu */ -- cgit v1.2.3