PEP8: fix E703: statement ends with a semicolon
[amitay/samba.git] / script / generate_param.py
index c9f18b1cdd10383b78f930c6271d712fb93acd36..2abe6ca421170a40ba92289ddd06bc74f2485056 100644 (file)
@@ -397,7 +397,7 @@ def make_param_table(path_in, path_out):
                         file_out.write("\t\t.flags\t\t= %s,\n" % flags)
                     file_out.write("\t},\n")
 
-        file_out.write("\n\t{NULL,  P_BOOL,  P_NONE,  0,  NULL,  NULL,  0}\n");
+        file_out.write("\n\t{NULL,  P_BOOL,  P_NONE,  0,  NULL,  NULL,  0}\n")
         file_out.write("};\n")
         file_out.write("\n#endif /* %s */\n\n" % header)
     finally: