mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
make style
This commit is contained in:
parent
2f7083a59a
commit
6290d50564
10 changed files with 38 additions and 31 deletions
|
@ -58,7 +58,7 @@ static void RAMFUNC skipSniff(uint8_t *dest, uint16_t dsize, uint8_t skipMode, u
|
|||
case HF_SNOOP_SKIP_AVG:
|
||||
accum += (val & 0xff) + (val & 0xff);
|
||||
break;
|
||||
default: { // HF_SNOOP_SKIP_DROP and the rest
|
||||
default: { // HF_SNOOP_SKIP_DROP and the rest
|
||||
if (ratioindx == 0)
|
||||
accum = val & 0xff;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue