From 6977a3d67494a6a36914ffd11f5d7fff1e4cdb08 Mon Sep 17 00:00:00 2001 From: Stefan Rueger Date: Sun, 18 Aug 2024 01:54:08 +0100 Subject: [PATCH] Reformat spacing/comments in src/confwin.c --- src/confwin.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/confwin.c b/src/confwin.c index c5322cea..ca557462 100644 --- a/src/confwin.c +++ b/src/confwin.c @@ -16,14 +16,12 @@ * along with this program. If not, see . */ - #include #include "avrdude.h" #include "libavrdude.h" #if defined(WIN32) - #define WIN32_LEAN_AND_MEAN #include @@ -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