make style

This commit is contained in:
Philippe Teuwen 2020-05-14 01:04:26 +02:00
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; break;
} }
default: break; default:
break;
} }
return PM3_SUCCESS; return PM3_SUCCESS;
} }