Remove white space only diff with upstreams

This commit is contained in:
matthieu 2013-05-02 06:57:29 +00:00
parent b0af7028d0
commit eabfe35559

View File

@ -106,7 +106,7 @@ XFixesGetCursorImage (Display *dpy)
/* bytes of actual data in the reply */
nread = (npixels << 2) + nbytes_name;
/* size of data returned to application */
rlength = (sizeof (XFixesCursorImage) +
rlength = (sizeof (XFixesCursorImage) +
npixels * sizeof (unsigned long) +
nbytes_name + 1);