From 2c61ab6ecd85f6b44edd883d201552fa889fa88b Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Fri, 29 Jul 2011 18:12:59 -0600 Subject: [PATCH] SourceFormat Enforcement --- src/anyp/ProtocolVersion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.47.2