mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
make style
This commit is contained in:
@@ -385,9 +385,9 @@ static int CmdFlashMemSpiFFSDump(const char *Cmd) {
|
||||
|
||||
// set file extension
|
||||
char *suffix = strchr(fn, '.');
|
||||
if (suffix) {
|
||||
if (suffix)
|
||||
saveFile(fn, suffix, dump, len);
|
||||
} else
|
||||
else
|
||||
saveFile(fn, ".bin", dump, len); // default
|
||||
|
||||
if (eml) {
|
||||
|
||||
Reference in New Issue
Block a user