]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1457] whitespace fix
authorJelte Jansen <jelte@isc.org>
Tue, 29 May 2012 21:19:08 +0000 (23:19 +0200)
committerJelte Jansen <jelte@isc.org>
Tue, 29 May 2012 21:19:08 +0000 (23:19 +0200)
src/lib/python/isc/ddns/session.py
src/lib/python/isc/ddns/tests/session_tests.py

index a9bc36fdc0e9ac562b9d3211fa745db13bd8b7f6..d83a6c0c5d47706fc82cd70e6ed21932cda26684 100644 (file)
@@ -534,7 +534,7 @@ class UpdateSession:
              replaced (existing data is deleted)
            An additional restriction is that SOA data is ignored as
            well (it is handled separately by the __do_update method).
-           
+
            Note that in the (near) future, this method may have
            addition special-cases processing.
         '''
index 5adb8f3e8882a401c4e6d44d46e6087282223b1f..f3004b70695142cc32d618ed1c5c5eba41459e4a 100644 (file)
@@ -222,7 +222,7 @@ class SessionTest(unittest.TestCase):
         # if the rdata types can be converted
         rrset = create_rrset("www.example.org", RRClass.NONE(), RRType.A(),
                              3600, [ b'\xc0\x00\x02\x01', b'\xc0\x00\x02\x02'])
-        
+
         rrset2 = convert_rrset_class(rrset, RRClass.IN())
         self.assertEqual("www.example.org. 3600 IN A 192.0.2.1\n" +
                          "www.example.org. 3600 IN A 192.0.2.2\n",