clang-format set column width to 100 chars
This commit is contained in:
@@ -11,8 +11,7 @@ uacpi_status uacpi_kernel_get_rsdp (uacpi_phys_addr* out_rsdp_address) {
|
||||
struct limine_hhdm_response* hhdm = limine_hhdm_request.response;
|
||||
struct limine_rsdp_response* rsdp = limine_rsdp_request.response;
|
||||
|
||||
*out_rsdp_address =
|
||||
(uacpi_phys_addr)((uintptr_t)rsdp->address - (uintptr_t)hhdm->offset);
|
||||
*out_rsdp_address = (uacpi_phys_addr)((uintptr_t)rsdp->address - (uintptr_t)hhdm->offset);
|
||||
|
||||
return UACPI_STATUS_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user