mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
style
This commit is contained in:
parent
2137284a93
commit
06a1627a95
5 changed files with 47 additions and 47 deletions
|
@ -239,11 +239,11 @@ int CLIParserParseStringEx(CLIParserContext *ctx, const char *str, void *vargtab
|
|||
} else {
|
||||
|
||||
// if (isSpace(str[i]) == false) {
|
||||
*bufptr++ = str[i];
|
||||
*bufptr++ = str[i];
|
||||
// }
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (bufptr > bufptrend) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue