Skip to content

Commit fb29ba0

Browse files
committed
remove empty lines between @-lines
1 parent 1cda43b commit fb29ba0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/git2/message.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,11 @@ typedef int(*git_message_trailer_cb)(const char *key, const char *value, void *p
4949
* including any patches or conflicts that may be present.
5050
*
5151
* @param message The message to be parsed
52-
*
5352
* @param cb The callback to call for each trailer found in the message. The
5453
* key and value arguments are pointers to NUL-terminated C strings. These
5554
* pointers are only guaranteed to be valid until the callback returns.
5655
* User code must make a copy of this data should it need to be retained
57-
*
5856
* @param payload Pointer to callback data (optional)
59-
*
6057
* @return 0 on success, or non-zero callback return value.
6158
*/
6259
GIT_EXTERN(int) git_message_trailers(const char *message, git_message_trailer_cb cb, void *payload);

0 commit comments

Comments
 (0)