BIND 10 master, updated. 5823a2ff954e0965048c5d4cc33314d9bb2ae637 remove useless blank

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jan 26 06:49:17 UTC 2011


The branch, master has been updated
       via  5823a2ff954e0965048c5d4cc33314d9bb2ae637 (commit)
      from  c30cd00cf1afde68776d7320cb283a8f9a911163 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 src/bin/msgq/msgq.py.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/msgq/msgq.py.in b/src/bin/msgq/msgq.py.in
index deaea6c..55fd0cb 100644
--- a/src/bin/msgq/msgq.py.in
+++ b/src/bin/msgq/msgq.py.in
@@ -463,7 +463,7 @@ class MsgQ:
             events = self.kqueue.control(None, 10)
             if not events:
                 raise RuntimeError('serve: kqueue returned no events')
-            
+
             for event in events:
                 if event.ident == self.listen_socket.fileno():
                     self.process_accept()




More information about the bind10-changes mailing list