mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-31 04:39:49 +08:00
style
This commit is contained in:
parent
d39b113b40
commit
c97775e907
1 changed files with 1 additions and 2 deletions
|
@ -50,8 +50,7 @@ void memxor(uint8_t *dest, uint8_t *src, size_t len) {
|
|||
|
||||
int strlen(const char *str) {
|
||||
const char *p;
|
||||
for (p = str; *p != '\0'; ++p) {
|
||||
}
|
||||
for (p = str; *p != '\0'; ++p) {};
|
||||
return p - str;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue