Indent erasing chip message in main
This commit is contained in:
parent
c67bfe39a3
commit
22bd977365
|
@ -1393,7 +1393,7 @@ int main(int argc, char * argv [])
|
||||||
if (uflags & UF_NOWRITE) {
|
if (uflags & UF_NOWRITE) {
|
||||||
pmsg_warning("conflicting -e and -n options specified, NOT erasing chip\n");
|
pmsg_warning("conflicting -e and -n options specified, NOT erasing chip\n");
|
||||||
} else {
|
} else {
|
||||||
msg_info("erasing chip\n");
|
pmsg_info("erasing chip\n");
|
||||||
exitrc = avr_chip_erase(pgm, p);
|
exitrc = avr_chip_erase(pgm, p);
|
||||||
if(exitrc)
|
if(exitrc)
|
||||||
goto main_exit;
|
goto main_exit;
|
||||||
|
|
Loading…
Reference in New Issue