Commit 9c3a98f1 by Ben Straub

Fix clone.c's indentation

parent 7635a118
......@@ -337,7 +337,8 @@ static int clone_internal(
return retcode;
}
int git_clone_bare(git_repository **out,
int git_clone_bare(
git_repository **out,
const char *origin_url,
const char *dest_path,
git_indexer_stats *fetch_stats)
......@@ -354,7 +355,8 @@ int git_clone_bare(git_repository **out,
}
int git_clone(git_repository **out,
int git_clone(
git_repository **out,
const char *origin_url,
const char *workdir_path,
git_indexer_stats *fetch_stats,
......
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