mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
chg: removed whitespaces.
This commit is contained in:
parent
a82d5bf708
commit
1b61e01f0e
5 changed files with 11 additions and 11 deletions
|
@ -15,7 +15,7 @@ def main(argv):
|
|||
if argc < 3:
|
||||
print 'Usage:', argv[0], 'input.eml output.mfd'
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
with file(argv[1], "r") as file_inp, file(argv[2], "wb") as file_out:
|
||||
for line in file_inp:
|
||||
line = line.rstrip('\n').rstrip('\r')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue