summaryrefslogtreecommitdiff
path: root/include/git2/remote.h
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2014-02-06 10:39:57 -0800
committerBen Straub <bs@github.com>2014-02-06 10:39:57 -0800
commit2bfc673910d3f47395456bb6842e6bed473b8e68 (patch)
tree396226414ebd97a1da50b77648c987a24ca76585 /include/git2/remote.h
parent5dae3ffe258a10881e6bb8042e865a7b96012a68 (diff)
downloadlibgit2-2bfc673910d3f47395456bb6842e6bed473b8e68.tar.gz
Fix terrible indentation
Diffstat (limited to 'include/git2/remote.h')
-rw-r--r--include/git2/remote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h
index dff913295..9f66b994c 100644
--- a/include/git2/remote.h
+++ b/include/git2/remote.h
@@ -357,7 +357,7 @@ GIT_EXTERN(void) git_remote_free(git_remote *remote);
* @param remote the remote to update
* @param signature The identity to use when updating reflogs
* @param reflog_message The message to insert into the reflogs. If NULL, the
- * default is "fetch"
+ * default is "fetch"
* @return 0 or an error code
*/
GIT_EXTERN(int) git_remote_update_tips(