From 2298a2b29f5efba7b3d107b2bc86dfc4a0d56547 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 3 Aug 2011 16:25:38 -0700 Subject: Whitespace cleanup --- src/rt/rust_run_program.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/rust_run_program.cpp') 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); -- cgit 1.4.1-3-g733a5