[formatting] run everything through codestyle
Almost nothing changes here except moving braces to the same line as the function declaration. Everything else is largely whitespace changes and a few dangling files with tab indents. See scripts/codestyle
This commit is contained in:
@@ -30,8 +30,7 @@
|
||||
#include <kernel/event.h>
|
||||
#include <platform.h>
|
||||
|
||||
int clock_tests(int argc, const cmd_args *argv)
|
||||
{
|
||||
int clock_tests(int argc, const cmd_args *argv) {
|
||||
uint32_t c;
|
||||
lk_time_t t;
|
||||
lk_bigtime_t t2;
|
||||
|
||||
Reference in New Issue
Block a user