make style

This commit is contained in:
Philippe Teuwen 2019-09-05 00:48:48 +02:00
commit ecb535cc58
3 changed files with 10 additions and 10 deletions

View file

@ -209,7 +209,7 @@ static int CmdFlashMemLoad(const char *Cmd) {
datalen += 2;
break;
case DICTIONARY_NONE:
res = loadFile_safe(filename, ".bin", (void**)&data, &datalen);
res = loadFile_safe(filename, ".bin", (void **)&data, &datalen);
if (res != PM3_SUCCESS) {
free(data);
return PM3_EFILE;