PEP8: fix E303: too many blank lines (2)
[sfrench/samba-autobuild/.git] / script / generate_param.py
index 6cd9ace382c798ad55c89e566b4ac80e306192d6..34930494ba374f42ee4cf4880cdb66c7be7a1296 100644 (file)
@@ -254,7 +254,6 @@ def make_lib_proto(path_in, path_out):
                 else:
                     raise Exception(parameter['name'] + " has an invalid param type " + parameter['type'])
 
-
             file_out.write(output_string)
     finally:
         file_out.close()