mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07: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;
|
int matches = 0;
|
||||||
|
|
||||||
for(i=0;Commands[i].Name;i++) {
|
for(i=0;Commands[i].Name;i++) {
|
||||||
if( !strncmp(Commands[i].Name, cmd_name, strlen(cmd_name)) ) {
|
if( !strncmp(Commands[i].Name, cmd_name, strlen(cmd_name)) ) {
|
||||||
last_match = i;
|
last_match = i;
|
||||||
matches++;
|
matches++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(matches == 1) i=last_match;
|
if(matches == 1) i=last_match;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue