Reformat spacing/comments in src/avr910.h

This commit is contained in:
Stefan Rueger
2024-08-18 01:54:03 +01:00
parent 038843c48d
commit 742a401048

View File

@@ -23,11 +23,11 @@
extern "C" {
#endif
extern const char avr910_desc[];
void avr910_initpgm(PROGRAMMER *pgm);
extern const char avr910_desc[];
void avr910_initpgm(PROGRAMMER *pgm);
#ifdef __cplusplus
}
#endif
#endif /* avr910_h */
#endif