diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-08-03 16:25:38 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-08-03 16:25:38 -0700 |
| commit | 2298a2b29f5efba7b3d107b2bc86dfc4a0d56547 (patch) | |
| tree | 33b806584f18245c2b6a0e7db1d5ffa79a8d46f0 /src/rt/rust_run_program.cpp | |
| parent | 89f2c43cf3288cab664fc5a3ff55fa76e1c3ac21 (diff) | |
| download | rust-2298a2b29f5efba7b3d107b2bc86dfc4a0d56547.tar.gz rust-2298a2b29f5efba7b3d107b2bc86dfc4a0d56547.zip | |
Whitespace cleanup
Diffstat (limited to 'src/rt/rust_run_program.cpp')
| -rw-r--r-- | src/rt/rust_run_program.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_run_program.cpp b/src/rt/rust_run_program.cpp index 69f3cf7e146..86fd9963b9d 100644 --- a/src/rt/rust_run_program.cpp +++ b/src/rt/rust_run_program.cpp @@ -43,7 +43,7 @@ rust_run_program(void* task, const char* argv[], PROCESS_INFORMATION pi; BOOL created = CreateProcess(NULL, cmd, NULL, NULL, TRUE, 0, NULL, NULL, &si, &pi); - + CloseHandle(si.hStdInput); CloseHandle(si.hStdOutput); CloseHandle(si.hStdError); |
