Skip to content

Commit 788fcdb

Browse files
committed
remote: fix documentation and indent
1 parent 2adac91 commit 788fcdb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/git2/remote.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,8 @@ typedef struct {
358358
} git_push_update;
359359

360360
/**
361+
* Callback used to inform of upcoming updates.
362+
*
361363
* @param updates an array containing the updates which will be sent
362364
* as commands to the destination.
363365
* @param len number of elements in `updates`
@@ -401,7 +403,7 @@ struct git_remote_callbacks {
401403
* connection to proceed. Returns 1 to allow the connection, 0
402404
* to disallow it or a negative value to indicate an error.
403405
*/
404-
git_transport_certificate_check_cb certificate_check;
406+
git_transport_certificate_check_cb certificate_check;
405407

406408
/**
407409
* During the download of new data, this will be regularly

0 commit comments

Comments
 (0)