fix (kernel): added one whitespace ^^

This commit is contained in:
antifallobst 2023-02-19 17:49:17 +01:00
parent f6af4061fd
commit fa5065a03f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ void scheduler_pause_thread (thread_T* thread);
void scheduler_start_thread (thread_T* thread); void scheduler_start_thread (thread_T* thread);
void scheduler_kill_thread (thread_T* thread); void scheduler_kill_thread (thread_T* thread);
thread_T* scheduler_get_current_thread (); thread_T* scheduler_get_current_thread ();
cpu_state_T* scheduler_switch_context (cpu_state_T* state); cpu_state_T* scheduler_switch_context (cpu_state_T* state);