vendor/libgit2/src/clone.c in rugged-1.2.0 vs vendor/libgit2/src/clone.c in rugged-1.3.0
- old
+ new
@@ -263,10 +263,10 @@
const char *branch,
const char *reflog_message)
{
int retcode;
git_buf remote_branch_name = GIT_BUF_INIT;
- git_reference* remote_ref = NULL;
+ git_reference *remote_ref = NULL;
git_buf default_branch = GIT_BUF_INIT;
GIT_ASSERT_ARG(remote);
GIT_ASSERT_ARG(branch);