From 761602447cae29c5c23c111c3eb39be632380747 Mon Sep 17 00:00:00 2001 From: jkeenan Date: Sun, 16 Sep 2012 21:25:59 -0400 Subject: [PATCH] [codingstd] No hard tabs. --- src/pmc/task.pmc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pmc/task.pmc b/src/pmc/task.pmc index 86c5e61399..56b3e149cc 100644 --- a/src/pmc/task.pmc +++ b/src/pmc/task.pmc @@ -176,10 +176,8 @@ code as the first argument. Parrot_pcc_set_recursion_depth(interp, CURRENT_CONTEXT(interp), current_depth); } - if (task->killed - /* TODO: racy read with write in send TASK_recv_block_CLEAR(partner) */ - || !TASK_in_preempt_TEST(SELF)) - { + /* TODO: racy read with write in send TASK_recv_block_CLEAR(partner) */ + if (task->killed || !TASK_in_preempt_TEST(SELF)) { /* The task is done. */ /* Remove it from the set of active Tasks */