Parcourir la source

[1451] removed white spaces at EOLs

JINMEI Tatuya il y a 13 ans
Parent
commit
aac2876688
3 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1 1
      src/bin/Makefile.am
  2. 1 1
      src/bin/ddns/ddns.py.in
  3. 1 1
      src/bin/ddns/tests/Makefile.am

+ 1 - 1
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

+ 1 - 1
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()
 

+ 1 - 1
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