Skip to content

Commit aefbd18

Browse files
committed
Add missing empty line
1 parent 131f080 commit aefbd18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/git2/remote.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,7 @@ GIT_EXTERN(git_remote_autotag_option_t) git_remote_autotag(const git_remote *rem
878878
* @param value the new value to take.
879879
*/
880880
GIT_EXTERN(int) git_remote_set_autotag(git_repository *repo, const char *remote, git_remote_autotag_option_t value);
881+
881882
/**
882883
* Retrieve the ref-prune setting
883884
*

0 commit comments

Comments
 (0)