]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix whitespace.
authorMichael R Sweet <msweet@msweet.org>
Thu, 16 Oct 2025 14:24:25 +0000 (10:24 -0400)
committerMichael R Sweet <msweet@msweet.org>
Thu, 16 Oct 2025 14:24:25 +0000 (10:24 -0400)
scheduler/process.c

index 11cc86bb7b863e891370c11d893c7e409b9c0024..f5c55b2b17391d20f4d0904a7895fa1e8ade5787 100644 (file)
@@ -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 */