cosmetic: missing newlines on last line of 2 files

It's hard to keep this out of real patches, since normally editors add the
final newline automatically.
This commit is contained in:
Neels Hofmeyr 2017-03-21 13:07:46 +01:00
parent 9b7c45d05d
commit 3ce84d9a44
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@

View File

@ -101,4 +101,4 @@ class SimCardCommands(object):
def verify_chv(self, chv_no, code):
fc = rpad(b2h(code), 16)
return self._tp.send_apdu_checksw(self.cla_byte + '2000' + ('%02X' % chv_no) + '08' + fc)
return self._tp.send_apdu_checksw(self.cla_byte + '2000' + ('%02X' % chv_no) + '08' + fc)