diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-02 22:10:35 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-02 22:10:35 +0100 |
commit | abb5cb54efe691927b3a1b9f1235687291c98922 (patch) | |
tree | f196a26957f1442f4181114c90acdf699ebf28bb /cg-base.c | |
parent | Update year (diff) | |
download | radharc-abb5cb54efe691927b3a1b9f1235687291c98922.tar.gz radharc-abb5cb54efe691927b3a1b9f1235687291c98922.tar.bz2 radharc-abb5cb54efe691927b3a1b9f1235687291c98922.tar.xz |
m whitespace
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'cg-base.c')
-rw-r--r-- | cg-base.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -282,7 +282,7 @@ synchronise(int timeout) } } - sync: +sync: if (pollfd.revents & (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI | POLLERR | POLLHUP | POLLNVAL)) { for (;;) { if (libcoopgamma_synchronise(&cg, asyncs, filters_n, &selected) < 0) { |