mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
cursor: fix whitespace in function args definitions
Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
a46d8be4e1
commit
3c12a7a1be
1 changed files with 13 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue