BIND 10 trac2908, updated. db63f2e09dfa7e2742d06dc72f7bb4d52c3442a1 [2908] Minor: whitespace cleanup

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Jun 10 08:13:01 UTC 2013


The branch, trac2908 has been updated
       via  db63f2e09dfa7e2742d06dc72f7bb4d52c3442a1 (commit)
      from  003aa4bedf13cd9d7b2e73983aa593deb6281435 (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 db63f2e09dfa7e2742d06dc72f7bb4d52c3442a1
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date:   Mon Jun 10 10:12:37 2013 +0200

    [2908] Minor: whitespace cleanup

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

Summary of changes:
 .../python/isc/datasrc/tests/clientlist_test.py    |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/datasrc/tests/clientlist_test.py b/src/lib/python/isc/datasrc/tests/clientlist_test.py
index 6ade4e4..f0cfbb4 100644
--- a/src/lib/python/isc/datasrc/tests/clientlist_test.py
+++ b/src/lib/python/isc/datasrc/tests/clientlist_test.py
@@ -235,7 +235,7 @@ class ClientListTest(unittest.TestCase):
         for index, zone in table.get_iterator():
             self.assertTrue(zone in zonelist)
             zonelist.remove(zone)
-        self.assertEqual(0, len(zonelist))                
+        self.assertEqual(0, len(zonelist))
 
 if __name__ == "__main__":
     isc.log.init("bind10")



More information about the bind10-changes mailing list