From b73b19f8f427ac40d61c92f7f0d964ee515e2c24 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Wed, 21 Nov 2007 01:56:14 +0000 Subject: Formatting --- ot_clean.h | 2 +- ot_vector.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ot_clean.h b/ot_clean.h index 747b13a..73dcd10 100644 --- a/ot_clean.h +++ b/ot_clean.h @@ -10,6 +10,6 @@ void clean_init( void ); void clean_deinit( void ); void clean_all_torrents( void ); -int clean_single_torrent( ot_torrent *torrent ); +int clean_single_torrent( ot_torrent *torrent ); #endif diff --git a/ot_vector.h b/ot_vector.h index 6b7fdf4..0f68488 100644 --- a/ot_vector.h +++ b/ot_vector.h @@ -22,7 +22,7 @@ void *binary_search( const void * const key, const void * base, const size_t mem size_t compare_size, int *exactmatch ); void *vector_find_or_insert( ot_vector *vector, void *key, size_t member_size, size_t compare_size, int *exactmatch ); -int vector_remove_peer( ot_vector *vector, ot_peer *peer, int hysteresis ); -void vector_remove_torrent( ot_vector *vector, ot_torrent *match ); +int vector_remove_peer( ot_vector *vector, ot_peer *peer, int hysteresis ); +void vector_remove_torrent( ot_vector *vector, ot_torrent *match ); #endif -- cgit v1.2.3