From 0fc2a29e52a526d2ddc6212f8ab9873e3adb99cf Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Sat, 7 May 2011 17:07:04 +0000 Subject: [PATCH] Cleanup spaces vs. tabs. Probably those spaces were copied over from ACPICA sources as they use 4 spaces instead of tabs. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41366 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/drivers/ACPI.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/headers/os/drivers/ACPI.h b/headers/os/drivers/ACPI.h index c508414ae2..bc4fb9b72a 100644 --- a/headers/os/drivers/ACPI.h +++ b/headers/os/drivers/ACPI.h @@ -100,9 +100,9 @@ struct acpi_object_type { acpi_object_type *objects; } package; struct { - uint32 actual_type; - acpi_handle handle; - } reference; + uint32 actual_type; + acpi_handle handle; + } reference; struct { uint32 cpu_id; int pblk_address; @@ -120,14 +120,14 @@ struct acpi_object_type { * List of objects, used as a parameter list for control method evaluation */ typedef struct acpi_objects { - uint32 count; - acpi_object_type *pointer; + uint32 count; + acpi_object_type *pointer; } acpi_objects; typedef struct acpi_data { - acpi_size length; /* Length in bytes of the buffer */ - void *pointer; /* pointer to buffer */ + acpi_size length; /* Length in bytes of the buffer */ + void *pointer; /* pointer to buffer */ } acpi_data; @@ -178,11 +178,11 @@ struct acpi_module_info { /* Notify Handler */ - status_t (*install_notify_handler)(acpi_handle device, - uint32 handlerType, acpi_notify_handler handler, - void *context); + status_t (*install_notify_handler)(acpi_handle device, + uint32 handlerType, acpi_notify_handler handler, + void *context); status_t (*remove_notify_handler)(acpi_handle device, - uint32 handlerType, acpi_notify_handler handler); + uint32 handlerType, acpi_notify_handler handler); /* GPE Handler */ @@ -290,10 +290,10 @@ typedef struct acpi_device_module_info { /* Notify Handler */ status_t (*install_notify_handler)(acpi_device device, - uint32 handlerType, acpi_notify_handler handler, - void *context); + uint32 handlerType, acpi_notify_handler handler, + void *context); status_t (*remove_notify_handler)(acpi_device device, - uint32 handlerType, acpi_notify_handler handler); + uint32 handlerType, acpi_notify_handler handler); /* Address Space Handler */ status_t (*install_address_space_handler)(acpi_device device,