aboutsummaryrefslogtreecommitdiffstats
path: root/cg-base.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-02-02 22:10:35 +0100
committerMattias Andrée <m@maandree.se>2025-02-02 22:10:35 +0100
commitabb5cb54efe691927b3a1b9f1235687291c98922 (patch)
treef196a26957f1442f4181114c90acdf699ebf28bb /cg-base.c
parentUpdate year (diff)
downloadradharc-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cg-base.c b/cg-base.c
index ad03937..1df9e0d 100644
--- a/cg-base.c
+++ b/cg-base.c
@@ -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) {