From b68cef069aca83adf6bd4b47c213e322213e91a4 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Fri, 6 Sep 2013 19:06:21 +0000 Subject: Cleanup --- src/htsinthash.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/htsinthash.h b/src/htsinthash.h index 43bdd38..8406c9b 100644 --- a/src/htsinthash.h +++ b/src/htsinthash.h @@ -181,11 +181,11 @@ size_t inthash_nitems(inthash hashtable); **/ size_t inthash_memory_size(inthash hashtable); -/** - * If 'flag' is non-zero, calls inthash_value_set_value_handler() with - * default system free() handler function, otherwise, free the value handlers. - **/ -void inthash_value_is_malloc(inthash hashtable, int flag); +/** + * If 'flag' is non-zero, calls inthash_value_set_value_handler() with + * default system free() handler function, otherwise, free the value handlers. + **/ +void inthash_value_is_malloc(inthash hashtable, int flag); /** * Set handlers for values. -- cgit v1.2.3