From: msweet Date: Tue, 11 Feb 2014 19:51:56 +0000 (+0000) Subject: Fix whitespace. X-Git-Tag: v2.2b1~764 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a757074a3c047fb83b54b583670e360ecc24eef;p=thirdparty%2Fcups.git Fix whitespace. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11577 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/scheduler/process.c b/scheduler/process.c index e01f639c8e..4276dbff4d 100644 --- a/scheduler/process.c +++ b/scheduler/process.c @@ -259,7 +259,7 @@ cupsdCreateProfile(int job_id, /* I - Job ID or 0 for none */ /* Allow job filters to read the current job files... */ cupsFilePrintf(fp, "(allow file-read-data file-read-metadata\n" - " (regex #\"^%s/([ac]%05d|d%05d-[0-9][0-9][0-9])$\"))\n", + " (regex #\"^%s/([ac]%05d|d%05d-[0-9][0-9][0-9])$\"))\n", request, job_id, job_id); } else