[kernel] run the kernel through astyle

This commit is contained in:
Travis Geiselbrecht
2012-10-31 21:37:45 -07:00
parent d4fea678f0
commit 80bcb748c8
11 changed files with 46 additions and 46 deletions

View File

@@ -153,7 +153,7 @@ status_t event_wait(event_t *e)
* all waiting threads are allowed to proceed until such time as
* event_unsignal() is called.
*
* @param e Event object
* @param e Event object
* @param reschedule If true, waiting thread(s) are executed immediately,
* and the current thread resumes only after the
* waiting threads have been satisfied. If false,