Adapt whitespace to existing style in avrftdi.c

This commit is contained in:
Stefan Rueger 2022-07-04 23:54:02 +01:00
parent bb049a085e
commit 2b6ee8f4d1
1 changed files with 1 additions and 1 deletions

View File

@ -918,7 +918,7 @@ static int
avrftdi_lext(PROGRAMMER *pgm, AVRPART *p, AVRMEM *m, unsigned int address)
{
/* 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;
avrftdi_t *pdata = to_pdata(pgm);