Browse Source

[2003] cleanup: removed white space in a blank line.

JINMEI Tatuya 13 years ago
parent
commit
44ff85906a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/server_common/tests/dns_tcp_test.py

+ 1 - 1
src/lib/python/isc/server_common/tests/dns_tcp_test.py

@@ -41,7 +41,7 @@ class BufferTest(unittest.TestCase):
         # buffer.
         self.assertEqual(1, len(buf.get_data(1)))
         self.assertEqual(expected_len & 0x00ff, buf.get_data(1)[0])
-        
+
     def test_small_data(self):
         # The smallest size (in practice) of data: that of the header field.
         expected_data = b'x' * 12