diff options
author | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2020-04-13 21:32:41 +0100 |
---|---|---|
committer | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2020-04-13 21:35:28 +0100 |
commit | c0443cc05cce77126de90156d8ac93f1a96be2a4 (patch) | |
tree | fd88f125a6c8c75f1e47217d28779a37a50f8af5 /win32/win32.c | |
parent | d10cf0938472601da49ec5e1c20ab52c01d70938 (diff) | |
download | perl-c0443cc05cce77126de90156d8ac93f1a96be2a4.tar.gz |
Remove spurious double spaces before open braces in core C code
Diffstat (limited to 'win32/win32.c')
-rw-r--r-- | win32/win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c index 7f5482b65e..2a4ff3924b 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -3913,7 +3913,7 @@ RETRY: w32_child_pids[w32_num_children] = (DWORD)ret; ++w32_num_children; } - else { + else { DWORD status; win32_msgwait(aTHX_ 1, &ProcessInformation.hProcess, INFINITE, NULL); /* FIXME: if msgwait returned due to message perhaps forward the |