Commit 18117a6c by Patrick Steinhardt

config_file: use new line to declare new variable

parent b6f88706
......@@ -549,7 +549,8 @@ static int config_delete(git_config_backend *cfg, const char *name)
{
config_entry_list *var;
diskfile_backend *b = (diskfile_backend *)cfg;
refcounted_strmap *map; git_strmap *values;
refcounted_strmap *map;
git_strmap *values;
char *key;
int result;
khiter_t pos;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment