mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-30 11:11:05 -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
|
static uint32_t
|
||||||
_XcursorFindBestSize(struct xcursor_file_header *fileHeader,
|
_XcursorFindBestSize(struct xcursor_file_header *fileHeader,
|
||||||
uint32_t size,
|
uint32_t size, int *nsizesp)
|
||||||
int *nsizesp)
|
|
||||||
{
|
{
|
||||||
unsigned int n;
|
unsigned int n;
|
||||||
int nsizes = 0;
|
int nsizes = 0;
|
||||||
|
|
@ -411,8 +410,7 @@ _XcursorFindBestSize(struct xcursor_file_header *fileHeader,
|
||||||
|
|
||||||
static int
|
static int
|
||||||
_XcursorFindImageToc(struct xcursor_file_header *fileHeader,
|
_XcursorFindImageToc(struct xcursor_file_header *fileHeader,
|
||||||
uint32_t size,
|
uint32_t size, int count)
|
||||||
int count)
|
|
||||||
{
|
{
|
||||||
unsigned int toc;
|
unsigned int toc;
|
||||||
uint32_t thisSize;
|
uint32_t thisSize;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue