diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-11-10 22:48:12 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-11-10 22:48:12 -0800 |
commit | 468b19fd8729690dc4c2d1a1f20294991949ac35 (patch) | |
tree | 5c0fa425e2b13efc0aa2d4078a40546498811ec6 /fstobdf.h | |
parent | a15d4d640732edf31f462c606d358e6ff7ddb60f (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 'fstobdf.h')
-rw-r--r-- | fstobdf.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -26,13 +26,13 @@ #include <X11/fonts/FSlib.h> -extern Bool EmitHeader ( FILE *outFile, FSXFontInfoHeader *fontHeader, - FSPropInfo *propInfo, FSPropOffset *propOffsets, +extern Bool EmitHeader ( FILE *outFile, FSXFontInfoHeader *fontHeader, + FSPropInfo *propInfo, FSPropOffset *propOffsets, unsigned char *propData ); -extern Bool EmitProperties ( FILE *outFile, FSXFontInfoHeader *fontHeader, - FSPropInfo *propInfo, FSPropOffset *propOffsets, +extern Bool EmitProperties ( FILE *outFile, FSXFontInfoHeader *fontHeader, + FSPropInfo *propInfo, FSPropOffset *propOffsets, unsigned char *propData ); -extern Bool EmitCharacters ( FILE *outFile, FSServer *fontServer, +extern Bool EmitCharacters ( FILE *outFile, FSServer *fontServer, FSXFontInfoHeader *fontHeader, Font fontID ); extern unsigned long yResolution; /* intended vertical resoultion for font */ |