mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-09 02:59:31 +08:00
subprocess: replace tab with space
See: https://github.com/arun11299/cpp-subprocess/pull/121.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user