mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-25 03:54:01 +00:00
style: auto-format C/C++ sources with clang-format
This commit is contained in:
committed by
github-actions[bot]
parent
14b86d50bd
commit
42159d1af8
@@ -1,8 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int cleonos_app_main(void) {
|
||||
static const char banner[] =
|
||||
"spin: busy loop started (test Alt+Ctrl+C force stop)\n";
|
||||
static const char banner[] = "spin: busy loop started (test Alt+Ctrl+C force stop)\n";
|
||||
volatile unsigned long long noise = 0xC1E0C1E0ULL;
|
||||
|
||||
(void)fputs(banner, 1);
|
||||
|
||||
Reference in New Issue
Block a user