mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Adapt whitespace to existing style in avrftdi.c
This commit is contained in:
@@ -918,7 +918,7 @@ static int
|
|||||||
avrftdi_lext(PROGRAMMER *pgm, AVRPART *p, AVRMEM *m, unsigned int address)
|
avrftdi_lext(PROGRAMMER *pgm, AVRPART *p, AVRMEM *m, unsigned int address)
|
||||||
{
|
{
|
||||||
/* nothing to do if load extended address command unavailable */
|
/* nothing to do if load extended address command unavailable */
|
||||||
if(m->op[AVR_OP_LOAD_EXT_ADDR] == NULL)
|
if(m->op[AVR_OP_LOAD_EXT_ADDR] == NULL)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
avrftdi_t *pdata = to_pdata(pgm);
|
avrftdi_t *pdata = to_pdata(pgm);
|
||||||
|
Reference in New Issue
Block a user