mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-12 18:25:07 +08:00
Make Style.
This commit is contained in:
parent
2274383129
commit
21f0095029
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ static int CmdHFFelicaRequestService(const char *Cmd) {
|
||||||
buf[strlen(buf)] = Cmd[i];
|
buf[strlen(buf)] = Cmd[i];
|
||||||
i++;
|
i++;
|
||||||
get_cmd_data(Cmd, &datalen, data, buf);
|
get_cmd_data(Cmd, &datalen, data, buf);
|
||||||
} else {
|
} else {
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue