mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 01:55:38 +08:00
Cosmetic changes, replace mismatched indentation
This commit is contained in:
parent
5d5311a223
commit
8381984556
1 changed files with 4 additions and 4 deletions
|
@ -32,10 +32,10 @@ void CmdsParse(const command_t Commands[], const char *Cmd)
|
|||
int matches = 0;
|
||||
|
||||
for(i=0;Commands[i].Name;i++) {
|
||||
if( !strncmp(Commands[i].Name, cmd_name, strlen(cmd_name)) ) {
|
||||
last_match = i;
|
||||
matches++;
|
||||
}
|
||||
if( !strncmp(Commands[i].Name, cmd_name, strlen(cmd_name)) ) {
|
||||
last_match = i;
|
||||
matches++;
|
||||
}
|
||||
}
|
||||
if(matches == 1) i=last_match;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue