]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 14 Jul 2014 00:18:38 +0000 (18:18 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 14 Jul 2014 00:18:38 +0000 (18:18 -0600)
src/cache_cf.cc

index eb7e069ce81164b4d22c48461aa2c04ff3784b3a..44fee4b245c99c4e5d668eeb1366eb11a3eea584 100644 (file)
@@ -893,7 +893,7 @@ configDoConfigure(void)
             Config2.effectiveGroupID = pwd->pw_gid;
 
 #if HAVE_PUTENV
-             if (pwd->pw_dir && *pwd->pw_dir) {
+            if (pwd->pw_dir && *pwd->pw_dir) {
                 // putenv() leaks by design; avoid leaks when nothing changes
                 static String lastDir;
                 if (!lastDir.size() || lastDir != pwd->pw_dir) {