From 25ae14c3391a813cdf78fb067693be0c4db06bd2 Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 1 Sep 2025 16:52:30 +0100 Subject: [PATCH] subprocess: replace tab with space See: https://github.com/arun11299/cpp-subprocess/pull/121. --- src/util/subprocess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/subprocess.h b/src/util/subprocess.h index 9abca911d82..e90c165205e 100644 --- a/src/util/subprocess.h +++ b/src/util/subprocess.h @@ -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