mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
style
This commit is contained in:
parent
8f2983368c
commit
1815376ef5
1 changed files with 1 additions and 2 deletions
|
@ -679,7 +679,6 @@ static bool readKeyFile(uint8_t key[8]) {
|
||||||
if (bytes_read == 8)
|
if (bytes_read == 8)
|
||||||
retval = true;
|
retval = true;
|
||||||
|
|
||||||
if (f)
|
|
||||||
fclose(f);
|
fclose(f);
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue