BIND 10 trac2223, updated. 50500e62ac0b43e3579e98832b06bde19d01302c [2223] style fix: brace position

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Oct 15 17:17:04 UTC 2012


The branch, trac2223 has been updated
       via  50500e62ac0b43e3579e98832b06bde19d01302c (commit)
      from  efded5c3713a67a6eaa0284a322195b2f5075a27 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 50500e62ac0b43e3579e98832b06bde19d01302c
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Oct 15 10:16:51 2012 -0700

    [2223] style fix: brace position

-----------------------------------------------------------------------

Summary of changes:
 src/lib/testutils/dnsmessage_test.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/testutils/dnsmessage_test.h b/src/lib/testutils/dnsmessage_test.h
index 1d83b82..2f3a136 100644
--- a/src/lib/testutils/dnsmessage_test.h
+++ b/src/lib/testutils/dnsmessage_test.h
@@ -204,7 +204,8 @@ isc::dns::RRsetPtr textToRRset(const std::string& text_rrset,
 template <typename ITERATOR>
 void
 pullSigs(std::vector<isc::dns::ConstRRsetPtr>& rrsets,
-         std::string& text, ITERATOR begin, ITERATOR end) {
+         std::string& text, ITERATOR begin, ITERATOR end)
+{
     for (ITERATOR it = begin; it != end; ++it) {
         rrsets.push_back(*it);
         text += (*it)->toText();



More information about the bind10-changes mailing list