From b0bb6caa3ae1d5474a5cb34160a0921afed95a27 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 7 Mar 2018 09:01:25 -0500 Subject: [PATCH] Fix formatting. --- cups/ppd-util.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cups/ppd-util.c b/cups/ppd-util.c index 5641c79a9a..62a24901b5 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 */ -- 2.47.2