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 7f44d82c647ea51d7103f0646b95bfbbf8355d50..6dd8b72a088d2b4aa939902e159258749a17be8b 100644 |
--- a/mojo/edk/test/multiprocess_test_helper.cc |
+++ b/mojo/edk/test/multiprocess_test_helper.cc |
@@ -59,8 +59,8 @@ int MultiprocessTestHelper::WaitForChildShutdown() { |
CHECK(test_child_.IsValid()); |
int rv = -1; |
- CHECK(test_child_.WaitForExitWithTimeout(TestTimeouts::action_timeout(), |
- &rv)); |
+ CHECK( |
+ test_child_.WaitForExitWithTimeout(TestTimeouts::action_timeout(), &rv)); |
test_child_.Close(); |
return rv; |
} |