subprocess: replace tab with space

See: https://github.com/arun11299/cpp-subprocess/pull/121.
This commit is contained in:
fanquake
2025-09-01 16:52:30 +01:00
parent 0c2b9dadd5
commit 25ae14c339

View File

@@ -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