]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 30 Jul 2011 00:12:59 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 30 Jul 2011 00:12:59 +0000 (18:12 -0600)
src/anyp/ProtocolVersion.h

index b3d2bb9e772e8d454b513bbdf8e596c40ceba180..ecede005731bab325cc9dfc21d078f3b2e89c4b9 100644 (file)
@@ -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) {