Browse Source

[trac998] removing more redundant white spaces

JINMEI Tatuya 14 years ago
parent
commit
6c5a9b252b
1 changed files with 2 additions and 2 deletions
  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_;