Re clang-format

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2016-05-26 22:38:23 +01:00
parent 5647da002f
commit a2bfb0544d
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -141,8 +141,7 @@ NcHashmap *nc_hashmap_new(nc_hash_create_func hash, nc_hash_compare_func compare
* @return A newly allocated NcHashmap
*/
NcHashmap *nc_hashmap_new_full(nc_hash_create_func hash, nc_hash_compare_func compare,
nc_hash_free_func key_free,
nc_hash_free_func value_free);
nc_hash_free_func key_free, nc_hash_free_func value_free);
/**
* Store a key/value pair in the hashmap
+1 -2
View File
@@ -87,8 +87,7 @@ NcHashmap *nc_ini_file_parse(const char *path);
*
* @return 0 if the call was succesful, or a negative integer. See nc_ini_error
*/
int nc_ini_file_parse_full(const char *path, NcHashmap **out_map,
int *error_line_number);
int nc_ini_file_parse_full(const char *path, NcHashmap **out_map, int *error_line_number);
/**
* Return a string representation for a given @NcIniError