Fix formatting.

Change-Id: If17f12ad23a7c131eb4ac1344704e62ca24f585d
This commit is contained in:
Tim Newsome 2020-06-30 11:24:33 -07:00
parent 43463b30ed
commit 7a52af41c1
1 changed files with 2 additions and 3 deletions

View File

@ -797,11 +797,10 @@ static int nrf5_probe(struct flash_bank *bank)
if (!chip->bank[0].probed && !chip->bank[1].probed) {
char buf[80];
nrf5_info(bank, buf, sizeof(buf));
if (!chip->spec && !chip->ficr_info_valid) {
if (!chip->spec && !chip->ficr_info_valid)
LOG_INFO("Unknown device: %s", buf);
} else {
else
LOG_INFO("%s", buf);
}
}
free(bank->sectors);