make style

This commit is contained in:
Philippe Teuwen 2019-08-30 10:45:52 +02:00
parent 99159b3cda
commit 2022df1068
12 changed files with 199 additions and 198 deletions

View file

@ -731,7 +731,8 @@ int loadFileDICTIONARY_safe(const char *preferredName, void **pdata, uint8_t key
if (!f) {
PrintAndLogEx(WARNING, "file not found or locked. '" _YELLOW_("%s")"'", path);
retval = PM3_EFILE;
goto out; }
goto out;
}
// read file
while (fgets(line, sizeof(line), f)) {