refactor: review format and imports
This commit is contained in:
+1
-2
@@ -1,4 +1,3 @@
|
||||
#include <bsd/string.h>
|
||||
#include <hashmap.h>
|
||||
#include <log.h>
|
||||
#include <stdlib.h>
|
||||
@@ -139,4 +138,4 @@ unsigned int config_file_get_int(const ConfigFile *config, const char *key,
|
||||
return (unsigned int)atoi(item->value);
|
||||
}
|
||||
|
||||
void config_file_free(const ConfigFile *config) { hashmap_free(config->map); }
|
||||
void config_file_free(const ConfigFile *config) { hashmap_free(config->map); }
|
||||
|
||||
Reference in New Issue
Block a user