diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-06-16 09:16:52 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-06-16 09:16:52 -0700 |
commit | eb28f0378fadd0d143aad7ec16f7b91814faae9a (patch) | |
tree | f667d542b0e6fd47b0f23afe6121c14a0e6ae01a /include/X11/extensions/XKBsrv.h | |
parent | 91c1c8e1490c970379efb16784003426faec806e (diff) |
Remove trailing whitespace from header files
Performed with:
find include -name '*.h' | xargs perl -i -p -e 's{[ \t]+$}{}'
"git diff -w" shows no changes from this changeset.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include/X11/extensions/XKBsrv.h')
-rw-r--r-- | include/X11/extensions/XKBsrv.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/include/X11/extensions/XKBsrv.h b/include/X11/extensions/XKBsrv.h index be7e978..deb7197 100644 --- a/include/X11/extensions/XKBsrv.h +++ b/include/X11/extensions/XKBsrv.h @@ -6,19 +6,19 @@ software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting -documentation, and that the name of Silicon Graphics not be -used in advertising or publicity pertaining to distribution +documentation, and that the name of Silicon Graphics not be +used in advertising or publicity pertaining to distribution of the software without specific prior written permission. -Silicon Graphics makes no representation about the suitability +Silicon Graphics makes no representation about the suitability of this software for any purpose. It is provided "as is" without any express or implied warranty. -SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS -SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS +SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON -GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL -DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL +DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. @@ -532,7 +532,7 @@ extern void XkbUpdateKeyTypesFromCore( XkbChangesPtr /* pChanges */ ); -extern void XkbUpdateDescActions( +extern void XkbUpdateDescActions( XkbDescPtr /* xkb */, KeyCode /* first */, CARD8 /* num */, @@ -626,7 +626,7 @@ extern void XkbUpdateLedAutoState( XkbEventCausePtr /* cause */ ); -extern void XkbFlushLedEvents( +extern void XkbFlushLedEvents( DeviceIntPtr /* dev */, DeviceIntPtr /* kbd */, XkbSrvLedInfoPtr /* sli */, @@ -990,7 +990,7 @@ extern void XkbConvertCase( KeySym * /* upper */ ); -extern Status XkbChangeKeycodeRange( +extern Status XkbChangeKeycodeRange( XkbDescPtr /* xkb */, int /* minKC */, int /* maxKC */, |