aboutsummaryrefslogtreecommitdiffstats
path: root/cursor
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-06-04 22:58:50 +0200
committerSimon Ser <contact@emersion.fr>2022-06-04 22:58:50 +0200
commitf710d01663bc054825b0ed84be20ab5fc201362e (patch)
tree77f138319f26b839bda1b4a95ee8a34cad63ad80 /cursor
parentcursor/os-compatibility: remove strcpy/strcat usage (diff)
downloadwayland-f710d01663bc054825b0ed84be20ab5fc201362e.tar
wayland-f710d01663bc054825b0ed84be20ab5fc201362e.tar.gz
wayland-f710d01663bc054825b0ed84be20ab5fc201362e.tar.bz2
wayland-f710d01663bc054825b0ed84be20ab5fc201362e.tar.lz
wayland-f710d01663bc054825b0ed84be20ab5fc201362e.tar.xz
wayland-f710d01663bc054825b0ed84be20ab5fc201362e.tar.zst
wayland-f710d01663bc054825b0ed84be20ab5fc201362e.zip
cursor/os-compatibility: fix trailing space
Signed-off-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to 'cursor')
-rw-r--r--cursor/os-compatibility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cursor/os-compatibility.c b/cursor/os-compatibility.c
index 9c84d68..207e491 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
*/