mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-19 14:16:15 +00:00
indentation fix
This commit is contained in:
parent
16e6cee2fd
commit
05fc823fce
@ -206,7 +206,7 @@ static int checkout_blob(
|
||||
static int retrieve_symlink_caps(git_repository *repo, bool *out)
|
||||
{
|
||||
git_config *cfg;
|
||||
int can_symlink = 0;
|
||||
int can_symlink = 0;
|
||||
int error;
|
||||
|
||||
if (git_repository_config__weakptr(&cfg, repo) < 0)
|
||||
@ -220,8 +220,8 @@ static int retrieve_symlink_caps(git_repository *repo, bool *out)
|
||||
error = 0;
|
||||
}
|
||||
|
||||
if (error >= 0)
|
||||
*out = can_symlink;
|
||||
if (error >= 0)
|
||||
*out = can_symlink;
|
||||
|
||||
return error;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user