Skip to content
Snippets Groups Projects
Commit 79f6f856 authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

formatting: add missing newline

Differential Revision: https://phab.mercurial-scm.org/D8509
parent 5d309906
No related branches found
No related tags found
No related merge requests found
......@@ -612,6 +612,7 @@
# We use a thread to make the overhead tiny.
def _do_wait():
os.waitpid(pid, 0)
threading.Thread(target=_do_wait, daemon=True).start()
return
# Parent process
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment