2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 08:25:16 +00:00

[1451] removed white spaces at EOLs

This commit is contained in:
JINMEI Tatuya
2011-12-14 16:43:14 -08:00
parent 6c60425c85
commit aac2876688
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -61,7 +61,7 @@ class DDNSSessionError(Exception):
class DDNSSession:
"""Class to handle one DDNS update"""
def __init__(self):
self._handle()

View File

@@ -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