Reformat spacing/comments in src/confwin.c

This commit is contained in:
Stefan Rueger
2024-08-18 01:54:08 +01:00
parent eb8c70e8f7
commit 6977a3d674

View File

@@ -16,14 +16,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <ac_cfg.h>
#include "avrdude.h"
#include "libavrdude.h"
#if defined(WIN32)
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
@@ -32,5 +30,4 @@ int win_set_path(char *path, int n, const char *file) {
*path = 0;
return SearchPath(NULL, file, NULL, n, path, NULL);
}
#endif