]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 12 Feb 2013 01:35:25 +0000 (18:35 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 12 Feb 2013 01:35:25 +0000 (18:35 -0700)
src/tools.cc

index b8fcc5f031fcd8da0971cb53cd688632f90bf4ca..524f59c23d55d4b584b2e6ed40b213f0ee625280 100644 (file)
@@ -147,7 +147,7 @@ mail_warranty(void)
     // XXX tempnam is obsolete since POSIX.2008-1
     // tmpfile is not an option, we want the created files to stick around
     if ((filename = tempnam(NULL, APP_SHORTNAME)) == NULL ||
-        (fp = fopen(filename, "w")) == NULL) {
+            (fp = fopen(filename, "w")) == NULL) {
         umask(prev_umask);
         return;
     }