BIND 10 trac2541, updated. f4c12ef1784ce3abe462de0328446ab5c7702339 [2541] editorial cleanup: spacing

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Dec 12 17:31:29 UTC 2012


The branch, trac2541 has been updated
       via  f4c12ef1784ce3abe462de0328446ab5c7702339 (commit)
      from  d7441b27a527262614446fd678513b8d6a819214 (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 f4c12ef1784ce3abe462de0328446ab5c7702339
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Dec 12 09:31:12 2012 -0800

    [2541] editorial cleanup: spacing

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

Summary of changes:
 src/lib/datasrc/tests/database_unittest.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/database_unittest.cc b/src/lib/datasrc/tests/database_unittest.cc
index 8494096..294bdbf 100644
--- a/src/lib/datasrc/tests/database_unittest.cc
+++ b/src/lib/datasrc/tests/database_unittest.cc
@@ -4106,7 +4106,7 @@ TYPED_TEST(DatabaseClientTest, createZone) {
     // The mock implementation does not do createZone,
     // in which case it should throw NotImplemented (from
     // the base class)
-    if(this->is_mock_) {
+    if (this->is_mock_) {
         ASSERT_THROW(this->client_->createZone(new_name), isc::NotImplemented);
     } else {
         // But in the real case, it should work and return true



More information about the bind10-changes mailing list