s4-python: Various formatting fixes.
[samba.git] / buildtools / wafsamba / samba_headers.py
index cca6420b6cdebc11fd805ab7737a7b5ba6642800..50ccad743d46d9e624d6fbfdc9832c02f374b5e2 100644 (file)
@@ -119,7 +119,6 @@ def public_headers_simple(bld, public_headers, header_path=None, public_headers_
             h_name =  h
             inst_name = os.path.basename(h)
         bld.INSTALL_FILES('${INCLUDEDIR}', h_name, destname=inst_name)
-        
 
 
 def PUBLIC_HEADERS(bld, public_headers, header_path=None, public_headers_install=True):