mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-11 07:36:27 -07:00
make style
This commit is contained in:
parent
951d6cd218
commit
30ae0bf521
6 changed files with 445 additions and 165 deletions
|
@ -165,7 +165,7 @@ void print_cs(const char *text, pcs s) {
|
|||
}
|
||||
|
||||
static inline uint8_t mod(uint8_t a, uint8_t m) {
|
||||
if (m==0) {
|
||||
if (m == 0) {
|
||||
return 0; // Actually, divide by zero error
|
||||
}
|
||||
// Just return the input when this is less or equal than the modular value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue