]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix formatting.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 7 Mar 2018 14:01:25 +0000 (09:01 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 7 Mar 2018 14:01:25 +0000 (09:01 -0500)
cups/ppd-util.c

index 5641c79a9afa24def3ffdcfe4b46ee3bca8440fc..62a24901b5f713fa084ffbeacafe74270484d166 100644 (file)
@@ -219,10 +219,10 @@ cupsGetPPD3(http_t     *http,             /* I  - HTTP connection or @code CUPS_HTTP_DEFAUL
 
 #ifdef __APPLE__
        /*
-       * On macOS and iOS, the TMPDIR environment variable is not always the best
-       * location to place temporary files due to sandboxing.  Instead, the confstr
-       * function should be called to get the proper per-user, per-process TMPDIR
-       * value.
+       * On macOS and iOS, the TMPDIR environment variable is not always the
+       * best location to place temporary files due to sandboxing.  Instead,
+       * the confstr function should be called to get the proper per-user,
+       * per-process TMPDIR value.
        */
 
         char           tmppath[1024];  /* Temporary directory */