diff options
| author | Simon Ser <contact@emersion.fr> | 2022-06-04 22:58:50 +0200 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2022-06-04 22:58:50 +0200 |
| commit | f710d01663bc054825b0ed84be20ab5fc201362e (patch) | |
| tree | 77f138319f26b839bda1b4a95ee8a34cad63ad80 /cursor | |
| parent | cursor/os-compatibility: remove strcpy/strcat usage (diff) | |
| download | wayland-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.c | 2 |
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 */ |
