]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Fri, 27 May 2011 00:12:44 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Fri, 27 May 2011 00:12:44 +0000 (18:12 -0600)
helpers/external_acl/time_quota/ext_time_quota_acl.cc

index f7323b283823c070419ea44c79812493370e8066..5d8ff1df07fca9b163a3ab7257d824d9b694e7e0 100644 (file)
@@ -96,8 +96,8 @@ static void vlog(const char *level, const char *format, va_list args)
 {
     time_t now = time(NULL);
 
-    fprintf(logfile, "%ld %s| %s: ", static_cast<long int>(now), 
-              program_name, level);
+    fprintf(logfile, "%ld %s| %s: ", static_cast<long int>(now),
+            program_name, level);
     vfprintf (logfile, format, args);
     fflush(logfile);
 }