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:
@@ -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
|
||||
|
@@ -61,7 +61,7 @@ class DDNSSessionError(Exception):
|
||||
|
||||
class DDNSSession:
|
||||
"""Class to handle one DDNS update"""
|
||||
|
||||
|
||||
def __init__(self):
|
||||
self._handle()
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user