Skip to content

Commit 405e473

Browse files
committed
add newline for readability
1 parent 54b6dde commit 405e473

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/timemodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2218,6 +2218,7 @@ pysleep(PyTime_t timeout)
22182218
if (timeout == 0) { // gh-125997
22192219
return pysleep_zero();
22202220
}
2221+
22212222
#ifndef MS_WINDOWS
22222223
#ifdef HAVE_CLOCK_NANOSLEEP
22232224
struct timespec timeout_abs;

0 commit comments

Comments
 (0)