Patch by Bryce Groff: Style cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31907 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-07-29 13:15:12 +00:00
parent 53ef70a0df
commit 2ea893b2a0
3 changed files with 77 additions and 77 deletions
@@ -31,8 +31,8 @@ bool pm_validate_create_child(partition_data *partition, off_t *start,
status_t pm_get_partitionable_spaces(partition_data* partition, status_t pm_get_partitionable_spaces(partition_data* partition,
partitionable_space_data* buffer, int32 count, partitionable_space_data* buffer, int32 count,
int32* actualCount); int32* actualCount);
status_t pm_get_next_supported_type(partition_data *partition, int32 *cookie, status_t pm_get_next_supported_type(partition_data* partition,
char *_type); int32* cookie, char* _type);
status_t pm_shadow_changed(partition_data* partition, partition_data* child, status_t pm_shadow_changed(partition_data* partition, partition_data* child,
uint32 operation); uint32 operation);
@@ -77,8 +77,8 @@ bool ep_validate_create_child(partition_data *partition, off_t *_start,
status_t ep_get_partitionable_spaces(partition_data* partition, status_t ep_get_partitionable_spaces(partition_data* partition,
partitionable_space_data* buffer, int32 count, partitionable_space_data* buffer, int32 count,
int32* actualCount); int32* actualCount);
status_t ep_get_next_supported_type(partition_data *partition, int32 *cookie, status_t ep_get_next_supported_type(partition_data* partition,
char *_type); int32* cookie, char* _type);
status_t ep_shadow_changed(partition_data* partition, partition_data* child, status_t ep_shadow_changed(partition_data* partition, partition_data* child,
uint32 operation); uint32 operation);