summaryrefslogtreecommitdiff
path: root/src/stubs
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:21:21 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:21:21 -0700
commit098ab294deed98371ee362fadafcf2e510e0cc50 (patch)
tree8ac9b280165a108d762f5de995782d172b7dbf75 /src/stubs
parent211368b8d04ed13ba520de2dd49a875cb1d663a7 (diff)
downloadxorg-lib-libXfont-098ab294deed98371ee362fadafcf2e510e0cc50.tar.gz
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 'src/stubs')
-rw-r--r--src/stubs/Makefile.am2
-rw-r--r--src/stubs/regfpefunc.c30
-rw-r--r--src/stubs/rmfshdl.c2
-rw-r--r--src/stubs/stubs.h4
4 files changed, 19 insertions, 19 deletions
diff --git a/src/stubs/Makefile.am b/src/stubs/Makefile.am
index 4d60c2a..86dd8fc 100644
--- a/src/stubs/Makefile.am
+++ b/src/stubs/Makefile.am
@@ -22,4 +22,4 @@ libstubs_la_SOURCES = \
servclient.c \
setfntauth.c \
stfntcfnt.c \
- stubs.h
+ stubs.h
diff --git a/src/stubs/regfpefunc.c b/src/stubs/regfpefunc.c
index a79b4bf..fdf22cd 100644
--- a/src/stubs/regfpefunc.c
+++ b/src/stubs/regfpefunc.c
@@ -7,21 +7,21 @@
#pragma weak RegisterFPEFunctions
#endif
-weak 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,
+weak 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,
SetPathFunc set_path_func)
{
return 0;
diff --git a/src/stubs/rmfshdl.c b/src/stubs/rmfshdl.c
index d0bdd3d..b495661 100644
--- a/src/stubs/rmfshdl.c
+++ b/src/stubs/rmfshdl.c
@@ -7,7 +7,7 @@
#pragma weak remove_fs_handlers
#endif
-weak void
+weak void
remove_fs_handlers(FontPathElementPtr fpe,
BlockHandlerProcPtr blockHandler,
Bool all)
diff --git a/src/stubs/stubs.h b/src/stubs/stubs.h
index 7f0eef2..fa634e9 100644
--- a/src/stubs/stubs.h
+++ b/src/stubs/stubs.h
@@ -29,8 +29,8 @@
#endif
extern FontPtr find_old_font ( FSID id );
-extern int set_font_authorizations ( char **authorizations,
- int *authlen,
+extern int set_font_authorizations ( char **authorizations,
+ int *authlen,
ClientPtr client );
extern unsigned long GetTimeInMillis (void);