Browse Source

[trac983] cleanup: removed redundant white spaces

JINMEI Tatuya 13 years ago
parent
commit
0e6771fbed

+ 1 - 1
src/lib/python/isc/acl/dns_requestacl_python.cc

@@ -127,7 +127,7 @@ PyTypeObject requestacl_type = {
     NULL,                               // tp_as_number
     NULL,                               // tp_as_sequence
     NULL,                               // tp_as_mapping
-    NULL,                               // tp_hash 
+    NULL,                               // tp_hash
     NULL,                               // tp_call
     NULL,	                       // tp_str
     NULL,                               // tp_getattro

+ 1 - 1
src/lib/python/isc/acl/dns_requestcontext_python.cc

@@ -250,7 +250,7 @@ PyTypeObject requestcontext_type = {
     NULL,                               // tp_as_number
     NULL,                               // tp_as_sequence
     NULL,                               // tp_as_mapping
-    NULL,                               // tp_hash 
+    NULL,                               // tp_hash
     NULL,                               // tp_call
     RequestContext_str,                 // tp_str
     NULL,                               // tp_getattro

+ 1 - 1
src/lib/python/isc/acl/tests/Makefile.am

@@ -13,7 +13,7 @@ endif
 # test using command-line arguments, so use check-local target instead of TESTS
 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

+ 1 - 1
src/lib/util/python/wrapper_template.cc

@@ -222,7 +222,7 @@ PyTypeObject @cppclass@_type = {
     NULL,                               // tp_as_number
     NULL,                               // tp_as_sequence
     NULL,                               // tp_as_mapping
-    NULL,                               // tp_hash 
+    NULL,                               // tp_hash
     NULL,                               // tp_call
     // THIS MAY HAVE TO BE CHANGED TO NULL:
     @CPPCLASS@_str,                       // tp_str