Adapt indentation of a line in buspirate.c to neighbouring lines

This commit is contained in:
Stefan Rueger 2022-08-22 00:00:39 +01:00
parent c03f4a7925
commit c6ef6a9b9b
No known key found for this signature in database
GPG Key ID: B0B4F1FD86B1EC55
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ struct pdata
unsigned char pin_dir; /* Last written pin direction for bitbang mode */
unsigned char pin_val; /* Last written pin values for bitbang mode */
int unread_bytes; /* How many bytes we expected, but ignored */
int flag;
int flag;
};
#define PDATA(pgm) ((struct pdata *)(pgm->cookie))