mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
chg: removed whitespaces.
This commit is contained in:
parent
a82d5bf708
commit
1b61e01f0e
5 changed files with 11 additions and 11 deletions
|
@ -1,10 +1,10 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
# findbits.py - find Binary, Octal, Decimal or Hex number in bitstream
|
||||
#
|
||||
#
|
||||
# Adam Laurie <adam@algroup.co.uk>
|
||||
# http://rfidiot.org/
|
||||
#
|
||||
#
|
||||
# This code is copyright (c) Adam Laurie, 2009, All rights reserved.
|
||||
# For non-commercial use only, the following terms apply - for all other
|
||||
# uses, please contact the author:
|
||||
|
@ -77,7 +77,7 @@ def main():
|
|||
print
|
||||
os._exit(True)
|
||||
|
||||
bases= {
|
||||
bases= {
|
||||
2:'BINARY',
|
||||
8:'OCTAL',
|
||||
10:'DECIMAL',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue