diff --git a/wrapper.c b/wrapper.c index 4ce4c5c..973da79 100644 --- a/wrapper.c +++ b/wrapper.c @@ -37,4 +37,5 @@ int _go_git_blob_create_fromchunks(git_oid *id, { return git_blob_create_fromchunks(id, repo, hintpath, _go_blob_chunk_cb, payload); } + /* EOF */