pep8, whitespace cleanup
[pinmux.git] / src / pinmux_generator.py
index 407314cd8d0153ced36a53150528dbe23c357cac..a5e381adbd7143c9987d1c564090be5da355b720 100644 (file)
@@ -22,6 +22,7 @@ import sys
 
 from bsv.pinmux_generator import pinmuxgen as bsvgen
 
+
 def printhelp():
     print ('''pinmux_generator.py [-o outputdir] [-v|--validate] [-h|--help]
                                   [-t outputtype]
@@ -69,4 +70,3 @@ if __name__ == '__main__':
         printhelp()
         sys.exit(0)
     gentypes[output_type](output_dir, validate)
-