Skip to content

Commit 18117a6

Browse files
committed
config_file: use new line to declare new variable
1 parent b6f8870 commit 18117a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config_file.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,8 @@ static int config_delete(git_config_backend *cfg, const char *name)
549549
{
550550
config_entry_list *var;
551551
diskfile_backend *b = (diskfile_backend *)cfg;
552-
refcounted_strmap *map; git_strmap *values;
552+
refcounted_strmap *map;
553+
git_strmap *values;
553554
char *key;
554555
int result;
555556
khiter_t pos;

0 commit comments

Comments
 (0)