Index: mojo/edk/test/multiprocess_test_helper.cc |
diff --git a/mojo/edk/test/multiprocess_test_helper.cc b/mojo/edk/test/multiprocess_test_helper.cc |
index 02367d6c3b155856d9c1b3a1b00daea863f4f1a9..30aa0be0df89b58dc24e62ef841858ce59185445 100644 |
--- a/mojo/edk/test/multiprocess_test_helper.cc |
+++ b/mojo/edk/test/multiprocess_test_helper.cc |
@@ -60,8 +60,8 @@ int MultiprocessTestHelper::WaitForChildShutdown() { |
CHECK_NE(test_child_handle_, base::kNullProcessHandle); |
int rv = -1; |
- CHECK(base::WaitForExitCodeWithTimeout( |
- test_child_handle_, &rv, TestTimeouts::action_timeout())); |
+ CHECK(base::WaitForExitCodeWithTimeout(test_child_handle_, &rv, |
+ TestTimeouts::action_timeout())); |
base::CloseProcessHandle(test_child_handle_); |
test_child_handle_ = base::kNullProcessHandle; |
return rv; |