Skip to content

Commit 8b59007

Browse files
pksunkaragitster
authored andcommitted
git-config: Remove extra whitespaces
Remove extra whitespaces introduced by commits 01ebb9d and fc1905b Signed-off-by: Pavan Kumar Sunkara <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d28790d commit 8b59007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,10 +1479,10 @@ int git_config_rename_section(const char *old_name, const char *new_name)
14791479
}
14801480
}
14811481
fclose(config_file);
1482-
unlock_and_out:
1482+
unlock_and_out:
14831483
if (commit_lock_file(lock) < 0)
14841484
ret = error("could not commit config file %s", config_filename);
1485-
out:
1485+
out:
14861486
free(config_filename);
14871487
return ret;
14881488
}

0 commit comments

Comments
 (0)