Reformat spacing/comments in src/par.h

This commit is contained in:
Stefan Rueger
2024-08-18 01:54:19 +01:00
parent f867427c1f
commit 5aa7855947

View File

@@ -23,11 +23,10 @@
extern "C" {
#endif
extern const char par_desc[];
void par_initpgm(PROGRAMMER *pgm);
extern const char par_desc[];
void par_initpgm(PROGRAMMER *pgm);
#ifdef __cplusplus
}
#endif
#endif