Commit aefbd18948180cbe2ce7db2ca087b4dad8f2278d

punkymaniac 2021-06-16T17:46:24

Add missing empty line

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/git2/remote.h b/include/git2/remote.h
index 05f8709..c600e22 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
  *