Skip to content

Commit

Permalink
changed tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gilb3rt committed Oct 31, 2017
1 parent e40f6cb commit 13d3ae8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions roca/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -1656,11 +1656,11 @@ def process_tpmmod(self, data, name):
:param name:
:return:
"""
with open(name, "rb") as bfile:
bdata = bfile.read()
hdata = binascii.hexlify(bdata)
modulus = int(hdata, 16)
self.process_binary_mod(modulus, name)
with open(name, "rb") as bfile:
bdata = bfile.read()
hdata = binascii.hexlify(bdata)
modulus = int(hdata, 16)
self.process_binary_mod(modulus, name)

def process_binary_mod(self, modulus, name):
"""
Expand Down

0 comments on commit 13d3ae8

Please sign in to comment.