mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
make style
This commit is contained in:
parent
9686e4712b
commit
5a4584358c
12 changed files with 88 additions and 96 deletions
|
@ -245,4 +245,4 @@ uint16_t get_sw(const uint8_t *d, uint8_t n) {
|
|||
|
||||
n -= 2;
|
||||
return d[n] * 0x0100 + d[n + 1];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue