Skip to content

Commit 59857c4

Browse files
committed
Fix whitespace.
1 parent 3680944 commit 59857c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scheduler/process.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ static cups_array_t *process_array = NULL;
5656
* Local functions...
5757
*/
5858

59-
static int compare_procs(cupsd_proc_t *a, cupsd_proc_t *b, void *data);
59+
static int compare_procs(cupsd_proc_t *a, cupsd_proc_t *b, void *data);
6060
#ifdef HAVE_SANDBOX_H
6161
static char *cupsd_requote(char *dst, const char *src, size_t dstsize);
6262
#endif /* HAVE_SANDBOX_H */

0 commit comments

Comments
 (0)