Browse Source

[1451] removed white spaces at EOLs

JINMEI Tatuya 13 years ago
parent
commit
aac2876688
3 changed files with 3 additions and 3 deletions
  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 \
 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
 check-recursive: all-recursive

+ 1 - 1
src/bin/ddns/ddns.py.in

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

+ 1 - 1
src/bin/ddns/tests/Makefile.am

@@ -14,7 +14,7 @@ endif
 # spec file.
 # spec file.
 check-local:
 check-local:
 if ENABLE_PYTHON_COVERAGE
 if ENABLE_PYTHON_COVERAGE
-	touch $(abs_top_srcdir)/.coverage 
+	touch $(abs_top_srcdir)/.coverage
 	rm -f .coverage
 	rm -f .coverage
 	${LN_S} $(abs_top_srcdir)/.coverage .coverage
 	${LN_S} $(abs_top_srcdir)/.coverage .coverage
 endif
 endif