File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -515,12 +515,12 @@ typedef int(*git_diff_binary_cb)(
515515 * Structure describing a hunk of a diff.
516516 */
517517typedef struct {
518- int old_start ; /** Starting line number in old_file */
519- int old_lines ; /** Number of lines in old_file */
520- int new_start ; /** Starting line number in new_file */
521- int new_lines ; /** Number of lines in new_file */
522- size_t header_len ; /** Number of bytes in header text */
523- char header [GIT_DIFF_HUNK_HEADER_SIZE ]; /** Header text, NUL-byte terminated */
518+ int old_start ; /**< Starting line number in old_file */
519+ int old_lines ; /**< Number of lines in old_file */
520+ int new_start ; /**< Starting line number in new_file */
521+ int new_lines ; /**< Number of lines in new_file */
522+ size_t header_len ; /**< Number of bytes in header text */
523+ char header [GIT_DIFF_HUNK_HEADER_SIZE ]; /**< Header text, NUL-byte terminated */
524524} git_diff_hunk ;
525525
526526/**
You can’t perform that action at this time.
0 commit comments