diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:44:02 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:44:02 -0700 |
commit | 3e94f2d5fe0ee95f54faabbe253ac33327ef6d66 (patch) | |
tree | b1d5b3ae4b8b15fad8f27fc09683f9eac5a4d766 /include/X11/extensions/panoramiXext.h | |
parent | 22cd4cfdf1613d73cdd84eae805239f55c4265c2 (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/extensions/panoramiXext.h')
-rw-r--r-- | include/X11/extensions/panoramiXext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/X11/extensions/panoramiXext.h b/include/X11/extensions/panoramiXext.h index 6b18d6d..8312a17 100644 --- a/include/X11/extensions/panoramiXext.h +++ b/include/X11/extensions/panoramiXext.h @@ -22,7 +22,7 @@ shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from Digital Equipment Corporation. ******************************************************************/ -/* +/* * PanoramiX definitions */ @@ -41,7 +41,7 @@ typedef struct { int height; /* height of this screen */ int ScreenCount; /* real physical number of screens */ XID eventMask; /* selected events for this client */ -} XPanoramiXInfo; +} XPanoramiXInfo; _XFUNCPROTOBEGIN |