mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
style
This commit is contained in:
parent
e3dbbd3271
commit
f79c0075c4
2 changed files with 3 additions and 3 deletions
|
@ -113,8 +113,8 @@ char *mtostr(const model_t *model) {
|
|||
+ strlen(strbuf)
|
||||
+ (polystr && *polystr ? strlen(polystr) : 6)
|
||||
+ (initstr && *initstr ? strlen(initstr) : 6)
|
||||
+ (model->flags & P_REFIN ? 4 : 5)
|
||||
+ (model->flags & P_REFOUT ? 4 : 5)
|
||||
+ ((model->flags & P_REFIN) ? 4 : 5)
|
||||
+ ((model->flags & P_REFOUT) ? 4 : 5)
|
||||
+ (xorotstr && *xorotstr ? strlen(xorotstr) : 6)
|
||||
+ (checkstr && *checkstr ? strlen(checkstr) : 6)
|
||||
+ (magicstr && *magicstr ? strlen(magicstr) : 6)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue