]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2535] Reindent code
authorMukund Sivaraman <muks@isc.org>
Fri, 21 Dec 2012 06:22:46 +0000 (11:52 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 21 Dec 2012 06:22:46 +0000 (11:52 +0530)
src/lib/dns/rdata/generic/detail/txt_like.h

index 3eb39d6b1758d072b11262bd8e8ce0ee98f19e42..28820cff4f264d9534daa060b8c16a0a0dfa7e6e 100644 (file)
@@ -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(' ');