mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
style
This commit is contained in:
parent
61a2a58a37
commit
081ff216eb
12 changed files with 123 additions and 110 deletions
|
@ -2395,7 +2395,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
base = NULL;
|
||||
// Boundary check against end of addressable space.
|
||||
if (offset > 0)
|
||||
count=MIN(count, -offset);
|
||||
count = MIN(count, -offset);
|
||||
}
|
||||
|
||||
if (isok) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue