BIND 10 trac1451, updated. aac28766882753daf7f8a80c75fdd93e388a3ba4 [1451] removed white spaces at EOLs
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Dec 15 00:43:25 UTC 2011
The branch, trac1451 has been updated
via aac28766882753daf7f8a80c75fdd93e388a3ba4 (commit)
from 6c60425c85fceb901e5f71844ad0f4786c4db4f1 (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 aac28766882753daf7f8a80c75fdd93e388a3ba4
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Dec 14 16:43:14 2011 -0800
[1451] removed white spaces at EOLs
-----------------------------------------------------------------------
Summary of changes:
src/bin/Makefile.am | 2 +-
src/bin/ddns/ddns.py.in | 2 +-
src/bin/ddns/tests/Makefile.am | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am
index ef624cf..1dacd9e 100644
--- a/src/bin/Makefile.am
+++ b/src/bin/Makefile.am
@@ -1,4 +1,4 @@
SUBDIRS = bind10 bindctl cfgmgr ddns loadzone msgq host cmdctl auth xfrin \
- xfrout usermgr zonemgr stats tests resolver sockcreator dhcp6
+ xfrout usermgr zonemgr stats tests resolver sockcreator dhcp6
check-recursive: all-recursive
diff --git a/src/bin/ddns/ddns.py.in b/src/bin/ddns/ddns.py.in
index 152d69f..c0eb234 100755
--- a/src/bin/ddns/ddns.py.in
+++ b/src/bin/ddns/ddns.py.in
@@ -61,7 +61,7 @@ class DDNSSessionError(Exception):
class DDNSSession:
"""Class to handle one DDNS update"""
-
+
def __init__(self):
self._handle()
diff --git a/src/bin/ddns/tests/Makefile.am b/src/bin/ddns/tests/Makefile.am
index 3d95a2f..61d740c 100644
--- a/src/bin/ddns/tests/Makefile.am
+++ b/src/bin/ddns/tests/Makefile.am
@@ -14,7 +14,7 @@ endif
# spec file.
check-local:
if ENABLE_PYTHON_COVERAGE
- touch $(abs_top_srcdir)/.coverage
+ touch $(abs_top_srcdir)/.coverage
rm -f .coverage
${LN_S} $(abs_top_srcdir)/.coverage .coverage
endif
More information about the bind10-changes
mailing list