Miscellaneous changes to tidy up code.

This commit is contained in:
David Parsons 2018-08-19 16:56:28 +01:00
parent b036c40ab1
commit 212f309fa3

View File

@ -231,7 +231,7 @@ def patchsmc(name, sharedobj):
# Read file into string variable # Read file into string variable
vmx = f.read() vmx = f.read()
print('File: ' + name) print('File: ' + name + '\n')
# Setup hex string for vSMC headers # Setup hex string for vSMC headers
# These are the private and public key counts # These are the private and public key counts