Skip to content

Commit

Permalink
Miscellaneous changes to tidy up code.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDonk committed Aug 19, 2018
1 parent b036c40 commit 212f309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unlocker.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def patchsmc(name, sharedobj):
# Read file into string variable
vmx = f.read()

print('File: ' + name)
print('File: ' + name + '\n')

# Setup hex string for vSMC headers
# These are the private and public key counts
Expand Down

0 comments on commit 212f309

Please sign in to comment.