Fix terrible indentation

This commit is contained in:
Ben Straub 2014-02-06 10:39:57 -08:00
parent 5dae3ffe25
commit 2bfc673910
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ GIT_EXTERN(int) git_push_add_refspec(git_push *push, const char *refspec);
* @param push The push object * @param push The push object
* @param signature The identity to use when updating reflogs * @param signature The identity to use when updating reflogs
* @param reflog_message The message to insert into the reflogs. If NULL, the * @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 * @return 0 or an error code
*/ */

View File

@ -357,7 +357,7 @@ GIT_EXTERN(void) git_remote_free(git_remote *remote);
* @param remote the remote to update * @param remote the remote to update
* @param signature The identity to use when updating reflogs * @param signature The identity to use when updating reflogs
* @param reflog_message The message to insert into the reflogs. If NULL, the * @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 * @return 0 or an error code
*/ */
GIT_EXTERN(int) git_remote_update_tips( GIT_EXTERN(int) git_remote_update_tips(