From: Michael R Sweet Date: Wed, 7 Mar 2018 14:01:25 +0000 (-0500) Subject: Fix formatting. X-Git-Tag: v2.3b4~32 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=commitdiff_plain;h=b0bb6caa3ae1d5474a5cb34160a0921afed95a27 Fix formatting. --- diff --git a/cups/ppd-util.c b/cups/ppd-util.c index 5641c79a9..62a24901b 100644 --- a/cups/ppd-util.c +++ b/cups/ppd-util.c @@ -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 */