From e086eb1bf49f2a8c270eaebd5beb595c1dc2973e Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 16 Sep 2011 21:26:17 -0700 Subject: Strip trailing whitespace Performed with: find * -type f | xargs perl -i -p -e 's{\s+$}{\n}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith --- include/X11/Xcursor/Xcursor.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'include') diff --git a/include/X11/Xcursor/Xcursor.h b/include/X11/Xcursor/Xcursor.h index 90bfdd6..a2c0488 100644 --- a/include/X11/Xcursor/Xcursor.h +++ b/include/X11/Xcursor/Xcursor.h @@ -239,7 +239,7 @@ void XcursorImageDestroy (XcursorImage *image); /* - * Manage Images objects + * Manage Images objects */ XcursorImages * XcursorImagesCreate (int size); @@ -304,7 +304,7 @@ XcursorXcFileLoad (XcursorFile *file, XcursorImages **imagesp); XcursorBool -XcursorXcFileSave (XcursorFile *file, +XcursorXcFileSave (XcursorFile *file, const XcursorComments *comments, const XcursorImages *images); @@ -321,15 +321,15 @@ XcursorImages * XcursorFileLoadAllImages (FILE *file); XcursorBool -XcursorFileLoad (FILE *file, - XcursorComments **commentsp, +XcursorFileLoad (FILE *file, + XcursorComments **commentsp, XcursorImages **imagesp); XcursorBool XcursorFileSaveImages (FILE *file, const XcursorImages *images); XcursorBool -XcursorFileSave (FILE * file, +XcursorFileSave (FILE * file, const XcursorComments *comments, const XcursorImages *images); @@ -354,7 +354,7 @@ XcursorBool XcursorFilenameSaveImages (const char *filename, const XcursorImages *images); XcursorBool -XcursorFilenameSave (const char *file, +XcursorFilenameSave (const char *file, const XcursorComments *comments, const XcursorImages *images); @@ -376,7 +376,7 @@ XcursorLibraryPath (void); int XcursorLibraryShape (const char *library); - + /* * Image/Cursor APIs */ @@ -465,7 +465,7 @@ XcursorTryShapeBitmapCursor (Display *dpy, #define XCURSOR_BITMAP_HASH_SIZE 16 void -XcursorImageHash (XImage *image, +XcursorImageHash (XImage *image, unsigned char hash[XCURSOR_BITMAP_HASH_SIZE]); /* -- cgit v1.2.1