mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
make style
This commit is contained in:
parent
23917e7963
commit
64ce30c06c
7 changed files with 43 additions and 42 deletions
|
@ -1328,7 +1328,8 @@ static void printT5x7KnownBlock0(uint32_t b0) {
|
|||
case T55X7_NEDAP_128_CONFIG_BLOCK:
|
||||
snprintf(s + strlen(s), sizeof(s) - strlen(s), "Nedap 128 ");
|
||||
break;
|
||||
default: break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (strlen(s) > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue