mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-30 11:39:14 -07:00
scripts: fix mix of spaces & tabs
This commit is contained in:
parent
bcb33ca5ef
commit
46af10d54d
3 changed files with 36 additions and 36 deletions
|
@ -11,8 +11,8 @@ import matplotlib.pyplot as plt
|
|||
import sys
|
||||
|
||||
if len(sys.argv) != 2:
|
||||
print "Usage: %s <basename>" % sys.argv[0]
|
||||
sys.exit(1)
|
||||
print "Usage: %s <basename>" % sys.argv[0]
|
||||
sys.exit(1)
|
||||
|
||||
BASENAME = sys.argv[1]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue