cursor/os-compatibility: fix trailing space
Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
0297c2c47a
commit
f710d01663
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user