mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-16 02:18:53 +00:00
subprocess: replace tab with space
See: https://github.com/arun11299/cpp-subprocess/pull/121.
This commit is contained in:
parent
0c2b9dadd5
commit
25ae14c339
@ -1146,7 +1146,7 @@ inline void Popen::execute_process() noexcept(false)
|
||||
NULL, // process security attributes
|
||||
NULL, // primary thread security attributes
|
||||
TRUE, // handles are inherited
|
||||
creation_flags, // creation flags
|
||||
creation_flags, // creation flags
|
||||
NULL, // use parent's environment
|
||||
NULL, // use parent's current directory
|
||||
&siStartInfo, // STARTUPINFOW pointer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user