Skip to content

Commit 25ae14c

Browse files
committed
subprocess: replace tab with space
See: arun11299/cpp-subprocess#121.
1 parent 0c2b9da commit 25ae14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/subprocess.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ inline void Popen::execute_process() noexcept(false)
11461146
NULL, // process security attributes
11471147
NULL, // primary thread security attributes
11481148
TRUE, // handles are inherited
1149-
creation_flags, // creation flags
1149+
creation_flags, // creation flags
11501150
NULL, // use parent's environment
11511151
NULL, // use parent's current directory
11521152
&siStartInfo, // STARTUPINFOW pointer

0 commit comments

Comments
 (0)