Commit 05fc823f by Edward Thomson

indentation fix

parent 16e6cee2
...@@ -206,7 +206,7 @@ static int checkout_blob( ...@@ -206,7 +206,7 @@ static int checkout_blob(
static int retrieve_symlink_caps(git_repository *repo, bool *out) static int retrieve_symlink_caps(git_repository *repo, bool *out)
{ {
git_config *cfg; git_config *cfg;
int can_symlink = 0; int can_symlink = 0;
int error; int error;
if (git_repository_config__weakptr(&cfg, repo) < 0) if (git_repository_config__weakptr(&cfg, repo) < 0)
...@@ -220,8 +220,8 @@ static int retrieve_symlink_caps(git_repository *repo, bool *out) ...@@ -220,8 +220,8 @@ static int retrieve_symlink_caps(git_repository *repo, bool *out)
error = 0; error = 0;
} }
if (error >= 0) if (error >= 0)
*out = can_symlink; *out = can_symlink;
return error; return error;
} }
......
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