summaryrefslogtreecommitdiffstats
path: root/mojo/edk/system/waiter_test_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/edk/system/waiter_test_utils.cc')
-rw-r--r--mojo/edk/system/waiter_test_utils.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/edk/system/waiter_test_utils.cc b/mojo/edk/system/waiter_test_utils.cc
index 06a4033..39cb14e 100644
--- a/mojo/edk/system/waiter_test_utils.cc
+++ b/mojo/edk/system/waiter_test_utils.cc
@@ -55,8 +55,8 @@ WaiterThread::~WaiterThread() {
void WaiterThread::Run() {
waiter_.Init();
- *result_out_ = dispatcher_->AddWaiter(
- &waiter_, handle_signals_, context_, signals_state_out_);
+ *result_out_ = dispatcher_->AddWaiter(&waiter_, handle_signals_, context_,
+ signals_state_out_);
if (*result_out_ != MOJO_RESULT_OK)
return;