Parcourir la source

[trac998] removing more redundant white spaces

JINMEI Tatuya il y a 14 ans
Parent
commit
6c5a9b252b
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/lib/acl/ip_check.h

+ 2 - 2
src/lib/acl/ip_check.h

@@ -305,9 +305,9 @@ public:
     IPCheck& operator=(const IPCheck<Context>& other) {
         if (this != &other) {
             Check<Context>::operator=(other);
-            std::copy(other.address_.word, other.address_.word + IPV6_SIZE32, 
+            std::copy(other.address_.word, other.address_.word + IPV6_SIZE32,
                       address_.word);
-            std::copy(other.netmask_.word, other.netmask_.word + IPV6_SIZE32, 
+            std::copy(other.netmask_.word, other.netmask_.word + IPV6_SIZE32,
                       netmask_.word);
             masksize_ = other.masksize_;
             inverse_ = other.inverse_;