make style

This commit is contained in:
Philippe Teuwen 2020-05-14 01:04:26 +02:00
parent 1c8c1d82ea
commit ffdd338dea
8 changed files with 132 additions and 131 deletions

View file

@ -144,7 +144,8 @@ static int nexwatch_scamble(NexWatchScramble_t action, uint32_t *id, uint32_t *s
}
break;
}
default: break;
default:
break;
}
return PM3_SUCCESS;
}