Browse Source

[2535] Reindent code

Mukund Sivaraman 12 years ago
parent
commit
230078e5f4
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/lib/dns/rdata/generic/detail/txt_like.h

+ 1 - 3
src/lib/dns/rdata/generic/detail/txt_like.h

@@ -178,9 +178,7 @@ public:
         std::string s;
 
         for (std::vector<std::vector<uint8_t> >::const_iterator it =
-                 string_list_.begin();
-             it != string_list_.end();
-             ++it)
+                 string_list_.begin(); it != string_list_.end(); ++it)
         {
             if (!s.empty()) {
                 s.push_back(' ');