cursor/os-compatibility: fix trailing space

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2022-06-04 22:58:50 +02:00
parent 0297c2c47a
commit f710d01663

View File

@ -168,7 +168,7 @@ int
os_resize_anonymous_file(int fd, off_t size)
{
#ifdef HAVE_POSIX_FALLOCATE
/*
/*
* Filesystems that do support fallocate will return EINVAL or
* EOPNOTSUPP. In this case we need to fall back to ftruncate
*/