diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2024-07-08 15:37:01 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-09-02 18:28:23 +0000 |
commit | 866f3261c4767b2dac9cb5a7f442273f989172f0 (patch) | |
tree | 4accfc47256909f537da749e8c579d5892e9363b /Xext | |
parent | 7735c4462cb98a400616e207a739a59047b687b2 (diff) |
Xext: xf86bigfont: code styling cleanups
* tidy up the includes into logic order.
* beautify function prototype
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1600>
Diffstat (limited to 'Xext')
-rw-r--r-- | Xext/xf86bigfont.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Xext/xf86bigfont.c b/Xext/xf86bigfont.c index 7d2bc88d7..0013a3b7d 100644 --- a/Xext/xf86bigfont.c +++ b/Xext/xf86bigfont.c @@ -58,6 +58,8 @@ #include <X11/X.h> #include <X11/Xproto.h> +#include <X11/extensions/xf86bigfproto.h> + #include "misc.h" #include "os.h" #include "dixstruct.h" @@ -67,11 +69,9 @@ #include "extinit.h" #include "protocol-versions.h" -#include <X11/extensions/xf86bigfproto.h> #include "xf86bigfontsrv.h" -static void XF86BigfontResetProc(ExtensionEntry * /* extEntry */ - ); +static void XF86BigfontResetProc(ExtensionEntry *extEntry ); #ifdef MITSHM |