Update wrapper.c

Fix spaces->tabs

Co-authored-by: lhchavez <lhchavez@lhchavez.com>
This commit is contained in:
michael boulton 2020-08-17 08:08:06 +01:00 committed by GitHub
parent 97267d3f6e
commit 2edef4dbea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ void _go_git_apply_init_options(git_apply_options *options)
void _go_git_populate_apply_cb(git_apply_options *options)
{
options->delta_cb = (git_apply_delta_cb)deltaApplyCallback;
options->hunk_cb = (git_apply_hunk_cb)hunkApplyCallback;
options->delta_cb = (git_apply_delta_cb)deltaApplyCallback;
options->hunk_cb = (git_apply_hunk_cb)hunkApplyCallback;
}
void _go_git_populate_remote_cb(git_clone_options *opts)