From: Zdenek Dohnal Date: Tue, 7 Oct 2025 11:47:44 +0000 (+0200) Subject: select.c: Ajust indentation due code guidelines X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b5c3fe97201a1a3eba2d3a7d110636d4651a2b8;p=thirdparty%2Fcups.git select.c: Ajust indentation due code guidelines --- diff --git a/scheduler/select.c b/scheduler/select.c index 634f0d4e2c..be225a9f91 100644 --- a/scheduler/select.c +++ b/scheduler/select.c @@ -185,12 +185,12 @@ static struct pollfd *cupsd_pollfds = NULL; // static int compare_fds(_cupsd_fd_t *a, _cupsd_fd_t *b, void *data); -static _cupsd_fd_t *find_fd(int fd); -#define release_fd(f) { \ - (f)->use --; \ - if (!(f)->use) free((f));\ - } -#define retain_fd(f) (f)->use++ +static _cupsd_fd_t *find_fd(int fd); +#define release_fd(f) { \ + (f)->use --; \ + if (!(f)->use) free((f));\ + } +#define retain_fd(f) (f)->use++ //