clang-format alignment rules
This commit is contained in:
@@ -14,8 +14,8 @@ void bootmain (void) {
|
||||
amd64_init ();
|
||||
pmm_init ();
|
||||
|
||||
uacpi_setup_early_table_access (
|
||||
(void*)uacpi_memory_buffer, sizeof (uacpi_memory_buffer));
|
||||
uacpi_setup_early_table_access ((void*)uacpi_memory_buffer,
|
||||
sizeof (uacpi_memory_buffer));
|
||||
|
||||
int* a = malloc (sizeof (int));
|
||||
*a = 6969;
|
||||
|
||||
Reference in New Issue
Block a user