Skip to content

Commit 9827b43

Browse files
committed
Addressed formatting
1 parent ca06d61 commit 9827b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_threadmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ _PyThread_AfterFork(struct _pythread_runtime_state *state)
298298

299299
// Keep handles for threads that have not been started yet. They are
300300
// safe to start in the child process.
301-
if (handle->state == THREAD_HANDLE_NOT_STARTED){
301+
if (handle->state == THREAD_HANDLE_NOT_STARTED) {
302302
continue;
303303
}
304304

0 commit comments

Comments
 (0)