mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Format using clang-format
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
void do_the_set_registers();
|
||||
|
||||
void kernel_main() {
|
||||
void
|
||||
kernel_main()
|
||||
{
|
||||
volatile register int foo = 0x1a1b1c10;
|
||||
volatile register int bar = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user