From: Automatic source maintenance Date: Sat, 30 Jul 2011 00:12:59 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: take08~55^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c61ab6ecd85f6b44edd883d201552fa889fa88b;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/anyp/ProtocolVersion.h b/src/anyp/ProtocolVersion.h index b3d2bb9e77..ecede00573 100644 --- a/src/anyp/ProtocolVersion.h +++ b/src/anyp/ProtocolVersion.h @@ -17,8 +17,8 @@ public: // BUG: major() and minor() are macros. // we can't use a fast constructor syntax without renaming them globally ProtocolVersion() : protocol(PROTO_NONE) { - major = 0; - minor = 0; + major = 0; + minor = 0; } ProtocolVersion(ProtocolType which, unsigned int aMajor, unsigned int aMinor) : protocol(which) {