mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
style
This commit is contained in:
parent
20b39d55f2
commit
2d972f8cb9
1 changed files with 2 additions and 2 deletions
|
@ -234,8 +234,8 @@ static int CmdIOProxClone(const char *Cmd) {
|
||||||
uint8_t bits[64];
|
uint8_t bits[64];
|
||||||
memset(bits, 0, sizeof(bits));
|
memset(bits, 0, sizeof(bits));
|
||||||
|
|
||||||
char cmdp = param_getchar(Cmd, 0);
|
char cmdp = tolower(param_getchar(Cmd, 0));
|
||||||
if (strlen(Cmd) == 0 || cmdp == 'h' || cmdp == 'H') return usage_lf_io_clone();
|
if (strlen(Cmd) == 0 || cmdp == 'h') return usage_lf_io_clone();
|
||||||
|
|
||||||
version = param_get8(Cmd, 0);
|
version = param_get8(Cmd, 0);
|
||||||
fc = param_get8(Cmd, 1);
|
fc = param_get8(Cmd, 1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue