diff --git a/cursor/os-compatibility.c b/cursor/os-compatibility.c index 9c84d685..207e4911 100644 --- a/cursor/os-compatibility.c +++ b/cursor/os-compatibility.c @@ -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 */