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
This commit is contained in:
Michael Lotz
2011-05-07 17:07:04 +00:00
parent 5789be33af
commit 0fc2a29e52
+14 -14
View File
@@ -100,9 +100,9 @@ struct acpi_object_type {
acpi_object_type *objects; acpi_object_type *objects;
} package; } package;
struct { struct {
uint32 actual_type; uint32 actual_type;
acpi_handle handle; acpi_handle handle;
} reference; } reference;
struct { struct {
uint32 cpu_id; uint32 cpu_id;
int pblk_address; int pblk_address;
@@ -120,14 +120,14 @@ struct acpi_object_type {
* List of objects, used as a parameter list for control method evaluation * List of objects, used as a parameter list for control method evaluation
*/ */
typedef struct acpi_objects { typedef struct acpi_objects {
uint32 count; uint32 count;
acpi_object_type *pointer; acpi_object_type *pointer;
} acpi_objects; } acpi_objects;
typedef struct acpi_data { typedef struct acpi_data {
acpi_size length; /* Length in bytes of the buffer */ acpi_size length; /* Length in bytes of the buffer */
void *pointer; /* pointer to buffer */ void *pointer; /* pointer to buffer */
} acpi_data; } acpi_data;
@@ -178,11 +178,11 @@ struct acpi_module_info {
/* Notify Handler */ /* Notify Handler */
status_t (*install_notify_handler)(acpi_handle device, status_t (*install_notify_handler)(acpi_handle device,
uint32 handlerType, acpi_notify_handler handler, uint32 handlerType, acpi_notify_handler handler,
void *context); void *context);
status_t (*remove_notify_handler)(acpi_handle device, status_t (*remove_notify_handler)(acpi_handle device,
uint32 handlerType, acpi_notify_handler handler); uint32 handlerType, acpi_notify_handler handler);
/* GPE Handler */ /* GPE Handler */
@@ -290,10 +290,10 @@ typedef struct acpi_device_module_info {
/* Notify Handler */ /* Notify Handler */
status_t (*install_notify_handler)(acpi_device device, status_t (*install_notify_handler)(acpi_device device,
uint32 handlerType, acpi_notify_handler handler, uint32 handlerType, acpi_notify_handler handler,
void *context); void *context);
status_t (*remove_notify_handler)(acpi_device device, status_t (*remove_notify_handler)(acpi_device device,
uint32 handlerType, acpi_notify_handler handler); uint32 handlerType, acpi_notify_handler handler);
/* Address Space Handler */ /* Address Space Handler */
status_t (*install_address_space_handler)(acpi_device device, status_t (*install_address_space_handler)(acpi_device device,