BIND 10 trac2595, updated. 7491dd625f34f755d9764cf9e116cd8374be1d88 [2595] editorial cleanup: indentation fix, spacing policy

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jan 23 17:49:48 UTC 2013


The branch, trac2595 has been updated
       via  7491dd625f34f755d9764cf9e116cd8374be1d88 (commit)
      from  64dd4df0a88c7007cdc22249118fbc0d3d59cd70 (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 7491dd625f34f755d9764cf9e116cd8374be1d88
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Jan 23 09:49:26 2013 -0800

    [2595] editorial cleanup: indentation fix, spacing policy

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

Summary of changes:
 src/bin/cmdctl/cmdctl.py.in |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/cmdctl/cmdctl.py.in b/src/bin/cmdctl/cmdctl.py.in
index 11bc63b..b026612 100755
--- a/src/bin/cmdctl/cmdctl.py.in
+++ b/src/bin/cmdctl/cmdctl.py.in
@@ -544,10 +544,10 @@ class SecureHTTPServer(socketserver_mixin.NoPollMixIn,
         try:
             self._check_key_and_cert(key, cert)
             ssl_sock = ssl.wrap_socket(sock,
-                                      server_side = True,
-                                      certfile = cert,
-                                      keyfile = key,
-                                      ssl_version = ssl.PROTOCOL_SSLv23)
+                                       server_side=True,
+                                       certfile=cert,
+                                       keyfile=key,
+                                       ssl_version=ssl.PROTOCOL_SSLv23)
             # Return here (if control leaves this blocks it will raise an
             # error)
             return ssl_sock



More information about the bind10-changes mailing list