From: Automatic source maintenance Date: Mon, 17 Dec 2012 01:13:14 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_4_0_1~433 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99c1b9945bdf2cfa64be0e3f47f687fc230514c5;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/AccessLogEntry.h b/src/AccessLogEntry.h index 4b5eb69227..c84744fe39 100644 --- a/src/AccessLogEntry.h +++ b/src/AccessLogEntry.h @@ -244,9 +244,9 @@ public: { public: IcapLogEntry() : reqMethod(methodNone), bytesSent(0), bytesRead(0), - bodyBytesRead(-1), request(NULL), reply(NULL), - outcome(Adaptation::Icap::xoUnknown), trTime(0), - ioTime(0), processingTime(0), resStatus(HTTP_STATUS_NONE) {} + bodyBytesRead(-1), request(NULL), reply(NULL), + outcome(Adaptation::Icap::xoUnknown), trTime(0), + ioTime(0), processingTime(0), resStatus(HTTP_STATUS_NONE) {} Ip::Address hostAddr; ///< ICAP server IP address String serviceName; ///< ICAP service name