From: Automatic source maintenance Date: Fri, 27 May 2011 00:12:44 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: take08~55^2~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3876fdac3ca81a03b7e3665661a72270d98b1014;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/helpers/external_acl/time_quota/ext_time_quota_acl.cc b/helpers/external_acl/time_quota/ext_time_quota_acl.cc index f7323b2838..5d8ff1df07 100644 --- a/helpers/external_acl/time_quota/ext_time_quota_acl.cc +++ b/helpers/external_acl/time_quota/ext_time_quota_acl.cc @@ -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(now), - program_name, level); + fprintf(logfile, "%ld %s| %s: ", static_cast(now), + program_name, level); vfprintf (logfile, format, args); fflush(logfile); }