From 2bfc673910d3f47395456bb6842e6bed473b8e68 Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Thu, 6 Feb 2014 10:39:57 -0800 Subject: [PATCH] Fix terrible indentation --- include/git2/push.h | 2 +- include/git2/remote.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/git2/push.h b/include/git2/push.h index c98c6d96e..67702aca2 100644 --- a/include/git2/push.h +++ b/include/git2/push.h @@ -105,7 +105,7 @@ GIT_EXTERN(int) git_push_add_refspec(git_push *push, const char *refspec); * @param push The push object * @param signature The identity to use when updating reflogs * @param reflog_message The message to insert into the reflogs. If NULL, the - * default is "update by push". + * default is "update by push". * * @return 0 or an error code */ 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(