From bb57b124d1bb385d41747f50be7dd4f3625539c1 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 24 Nov 2019 23:34:32 +0100 Subject: Major coding style reformatting -> Kernighan & Ritchie This project now (hopefully) uses the same style recommended by Kernighan and Ritchie and used in the Linux Kernel --- src/kernel/acpi/acpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kernel/acpi/acpi.h') diff --git a/src/kernel/acpi/acpi.h b/src/kernel/acpi/acpi.h index 31b4841..43cb61e 100644 --- a/src/kernel/acpi/acpi.h +++ b/src/kernel/acpi/acpi.h @@ -17,7 +17,7 @@ void reboot(); */ void acpi_poweroff(); -struct RSDPtr { +struct RSD_ptr { char signature[8]; char checksum; char oem_id[6]; -- cgit v1.2.3