summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpunkymaniac <punkymaniac@protonmail.ch>2021-06-16 17:46:24 +0200
committerpunkymaniac <punkymaniac@protonmail.ch>2021-07-06 17:39:59 +0200
commitaefbd18948180cbe2ce7db2ca087b4dad8f2278d (patch)
tree2598d7cef6a97df3c0334f2d3211309c2ba80ed6
parent131f0805398fa7e9e12a803143ec6fa1512156d2 (diff)
downloadlibgit2-aefbd18948180cbe2ce7db2ca087b4dad8f2278d.tar.gz
Add missing empty line
-rw-r--r--include/git2/remote.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h
index 05f870992..c600e2248 100644
--- a/include/git2/remote.h
+++ b/include/git2/remote.h
@@ -878,6 +878,7 @@ GIT_EXTERN(git_remote_autotag_option_t) git_remote_autotag(const git_remote *rem
* @param value the new value to take.
*/
GIT_EXTERN(int) git_remote_set_autotag(git_repository *repo, const char *remote, git_remote_autotag_option_t value);
+
/**
* Retrieve the ref-prune setting
*