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/fonts | |
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/fonts')
-rw-r--r-- | include/X11/fonts/FS.h | 6 | ||||
-rw-r--r-- | include/X11/fonts/FSproto.h | 10 | ||||
-rw-r--r-- | include/X11/fonts/fontproto.h | 26 | ||||
-rw-r--r-- | include/X11/fonts/fsmasks.h | 6 |
4 files changed, 24 insertions, 24 deletions
diff --git a/include/X11/fonts/FS.h b/include/X11/fonts/FS.h index 605b5a8..2ea6cd7 100644 --- a/include/X11/fonts/FS.h +++ b/include/X11/fonts/FS.h @@ -1,6 +1,6 @@ /* * Copyright 1990, 1991 Network Computing Devices; - * Portions Copyright 1987 by Digital Equipment Corporation + * Portions Copyright 1987 by Digital Equipment Corporation * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided @@ -9,8 +9,8 @@ * documentation, and that the names of Network Computing Devices or Digital * not be used in advertising or publicity pertaining to distribution * of the software without specific, written prior permission. - * Network Computing Devices and Digital make no representations - * about the suitability of this software for any purpose. It is provided + * Network Computing Devices and Digital make no representations + * about the suitability of this software for any purpose. It is provided * "as is" without express or implied warranty. * * NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH diff --git a/include/X11/fonts/FSproto.h b/include/X11/fonts/FSproto.h index 028156f..1144285 100644 --- a/include/X11/fonts/FSproto.h +++ b/include/X11/fonts/FSproto.h @@ -1,5 +1,5 @@ /* - + Copyright 1990, 1991, 1998 The Open Group Permission to use, copy, modify, distribute, and sell this software and its @@ -23,7 +23,7 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. * Copyright 1990, 1991 Network Computing Devices; - * Portions Copyright 1987 by Digital Equipment Corporation + * Portions Copyright 1987 by Digital Equipment Corporation * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided @@ -131,7 +131,7 @@ typedef CARD32 fsTimestamp; typedef CARD32 fsBitmapFormat; typedef CARD32 fsBitmapFormatMask; #endif - + #define sz_fsBitmapFormat 4 typedef struct { @@ -186,7 +186,7 @@ typedef struct { CARD16 point_size B16; } fsResolution; - + typedef struct { CARD32 flags B32; CARD8 char_range_min_char_high; @@ -528,7 +528,7 @@ typedef struct { /* propinfo */ /* name */ } fsListFontsWithXInfoReply; - + typedef struct { BYTE type; CARD8 otherid_valid; diff --git a/include/X11/fonts/fontproto.h b/include/X11/fonts/fontproto.h index ca341da..23b8df6 100644 --- a/include/X11/fonts/fontproto.h +++ b/include/X11/fonts/fontproto.h @@ -29,19 +29,19 @@ authorization from The XFree86 Project Inc.. extern _X_EXPORT int RegisterFPEFunctions ( NameCheckFunc name_func, - InitFpeFunc init_func, - FreeFpeFunc free_func, - ResetFpeFunc reset_func, - OpenFontFunc open_func, - CloseFontFunc close_func, - ListFontsFunc list_func, - StartLfwiFunc start_lfwi_func, - NextLfwiFunc next_lfwi_func, - WakeupFpeFunc wakeup_func, - ClientDiedFunc client_died, - LoadGlyphsFunc load_glyphs, - StartLaFunc start_list_alias_func, - NextLaFunc next_list_alias_func, + InitFpeFunc init_func, + FreeFpeFunc free_func, + ResetFpeFunc reset_func, + OpenFontFunc open_func, + CloseFontFunc close_func, + ListFontsFunc list_func, + StartLfwiFunc start_lfwi_func, + NextLfwiFunc next_lfwi_func, + WakeupFpeFunc wakeup_func, + ClientDiedFunc client_died, + LoadGlyphsFunc load_glyphs, + StartLaFunc start_list_alias_func, + NextLaFunc next_list_alias_func, SetPathFunc set_path_func); extern _X_EXPORT int GetDefaultPointSize ( void ); diff --git a/include/X11/fonts/fsmasks.h b/include/X11/fonts/fsmasks.h index c86be83..8617902 100644 --- a/include/X11/fonts/fsmasks.h +++ b/include/X11/fonts/fsmasks.h @@ -1,6 +1,6 @@ /* * Copyright 1990, 1991 Network Computing Devices; - * Portions Copyright 1987 by Digital Equipment Corporation + * Portions Copyright 1987 by Digital Equipment Corporation * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided @@ -9,8 +9,8 @@ * documentation, and that the names of Network Computing Devices or Digital * not be used in advertising or publicity pertaining to distribution * of the software without specific, written prior permission. - * Network Computing Devices and Digital make no representations - * about the suitability of this software for any purpose. It is provided + * Network Computing Devices and Digital make no representations + * about the suitability of this software for any purpose. It is provided * "as is" without express or implied warranty. * * NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH |