Skip to content

Commit 9eacfe9

Browse files
authored
add missing whitespaces
1 parent 77f78b5 commit 9eacfe9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Include/internal/pycore_condvar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
/* include windows if it hasn't been done before */
3434
#ifndef WIN32_LEAN_AND_MEAN
35-
#define WIN32_LEAN_AND_MEAN
35+
# define WIN32_LEAN_AND_MEAN
3636
#endif
3737
#include <windows.h> // CRITICAL_SECTION
3838

Modules/_interpchannelsmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#ifdef MS_WINDOWS
1414
#ifndef WIN32_LEAN_AND_MEAN
15-
#define WIN32_LEAN_AND_MEAN
15+
# define WIN32_LEAN_AND_MEAN
1616
#endif
1717
#include <windows.h> // SwitchToThread()
1818
#elif defined(HAVE_SCHED_H)

Modules/_io/winconsoleio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <stddef.h> /* For offsetof */
2424

2525
#ifndef WIN32_LEAN_AND_MEAN
26-
#define WIN32_LEAN_AND_MEAN
26+
# define WIN32_LEAN_AND_MEAN
2727
#endif
2828
#include <windows.h>
2929
#include <fcntl.h>

0 commit comments

Comments
 (0)