From: Michael R Sweet Date: Thu, 16 Oct 2025 14:24:25 +0000 (-0400) Subject: Fix whitespace. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59857c426095e0823ff07e8aec032c726ff4e58d;p=thirdparty%2Fcups.git Fix whitespace. --- diff --git a/scheduler/process.c b/scheduler/process.c index 11cc86bb7b..f5c55b2b17 100644 --- a/scheduler/process.c +++ b/scheduler/process.c @@ -56,7 +56,7 @@ static cups_array_t *process_array = NULL; * Local functions... */ -static int compare_procs(cupsd_proc_t *a, cupsd_proc_t *b, void *data); +static int compare_procs(cupsd_proc_t *a, cupsd_proc_t *b, void *data); #ifdef HAVE_SANDBOX_H static char *cupsd_requote(char *dst, const char *src, size_t dstsize); #endif /* HAVE_SANDBOX_H */