mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-06-02 09:46:34 +03:00
Reformat spacing/comments in src/serprog.h
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* avrdude - A Downloader/Uploader for AVR device programmers
|
||||
*
|
||||
@@ -26,10 +25,11 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern const char serprog_desc[];
|
||||
void serprog_initpgm(PROGRAMMER *pgm);
|
||||
extern const char serprog_desc[];
|
||||
void serprog_initpgm(PROGRAMMER *pgm);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif // serprog_h
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user