mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -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,
|
||||
int toc)
|
||||
{
|
||||
if (!file || !fileHeader || \
|
||||
if (!file || !fileHeader ||
|
||||
(*file->seek)(file, fileHeader->tocs[toc].position, SEEK_SET) == EOF)
|
||||
return false;
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue