]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix whitespace.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 11 Feb 2014 19:51:56 +0000 (19:51 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 11 Feb 2014 19:51:56 +0000 (19:51 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11577 a1ca3aef-8c08-0410-bb20-df032aa958be

scheduler/process.c

index e01f639c8e8ecba085dd19bcf031d961498b1607..4276dbff4da36eb3c43b387177fa8361e9113c68 100644 (file)
@@ -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