mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
cursor: fix indentation
Use tabs. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
450bb7c145
commit
315126d3bd
1 changed files with 409 additions and 409 deletions
|
|
@ -352,7 +352,7 @@ _XcursorSeekToToc(XcursorFile *file,
|
||||||
XcursorFileHeader *fileHeader,
|
XcursorFileHeader *fileHeader,
|
||||||
int toc)
|
int toc)
|
||||||
{
|
{
|
||||||
if (!file || !fileHeader || \
|
if (!file || !fileHeader ||
|
||||||
(*file->seek)(file, fileHeader->tocs[toc].position, SEEK_SET) == EOF)
|
(*file->seek)(file, fileHeader->tocs[toc].position, SEEK_SET) == EOF)
|
||||||
return false;
|
return false;
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue