mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
whitespace
This commit is contained in:
parent
54e8eafa49
commit
34f4ee4902
1 changed files with 0 additions and 1 deletions
|
@ -539,7 +539,6 @@ int loadFileDICTIONARY(const char *preferredName, const char *suffix, void *data
|
||||||
if (strlen(line) < keylen)
|
if (strlen(line) < keylen)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|
||||||
// The line start with # is comment, skip
|
// The line start with # is comment, skip
|
||||||
if (line[0] == '#')
|
if (line[0] == '#')
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue