mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
make style
This commit is contained in:
parent
5520bdc20f
commit
395d0f9ebf
38 changed files with 305 additions and 301 deletions
|
@ -149,7 +149,7 @@ uint8_t get_length_from_header(wiegand_message_t *data) {
|
|||
hfmt >>= 1;
|
||||
len++;
|
||||
}
|
||||
if (len < 26 )
|
||||
if (len < 26)
|
||||
len = 26;
|
||||
return len;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue