zephyr: (cosmetic) fix indentation

Fix indentation in edf_schedule.c

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
Guennadi Liakhovetski 2021-09-01 13:07:19 +02:00 committed by Liam Girdwood
parent 7eda2d509e
commit e38b07db97
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ static int schedule_edf_task(void *data, struct task *task, uint64_t start,
k_timeout_t start_time = K_USEC(start + EDF_SCHEDULE_DELAY);
k_work_reschedule_for_queue(&edf_workq,
&task->z_delayed_work,
start_time);
&task->z_delayed_work,
start_time);
task->state = SOF_TASK_STATE_QUEUED;
return 0;