cursor: fix whitespace in function args definitions

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2022-04-21 11:31:45 +02:00
parent a46d8be4e1
commit 3c12a7a1be

View file

@ -383,8 +383,7 @@ _XcursorFileReadChunkHeader(struct xcursor_file *file,
static uint32_t
_XcursorFindBestSize(struct xcursor_file_header *fileHeader,
uint32_t size,
int *nsizesp)
uint32_t size, int *nsizesp)
{
unsigned int n;
int nsizes = 0;
@ -411,8 +410,7 @@ _XcursorFindBestSize(struct xcursor_file_header *fileHeader,
static int
_XcursorFindImageToc(struct xcursor_file_header *fileHeader,
uint32_t size,
int count)
uint32_t size, int count)
{
unsigned int toc;
uint32_t thisSize;