summaryrefslogtreecommitdiff
path: root/include/git2/indexer.h
diff options
context:
space:
mode:
authorpunkymaniac <punkymaniac@protonmail.ch>2021-06-02 14:47:24 +0200
committerpunkymaniac <punkymaniac@protonmail.ch>2021-06-02 14:47:24 +0200
commiteeacd234ef67b73f983ba64f4aa40c16085039dd (patch)
tree07d34c89597ae24cce880f9b3487116e5f556268 /include/git2/indexer.h
parent8b79a3f9baed9077a9163314bb3525166c792323 (diff)
downloadlibgit2-eeacd234ef67b73f983ba64f4aa40c16085039dd.tar.gz
Fix struct indentation
Diffstat (limited to 'include/git2/indexer.h')
-rw-r--r--include/git2/indexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/indexer.h b/include/git2/indexer.h
index dc02f0bc5..a434d243f 100644
--- a/include/git2/indexer.h
+++ b/include/git2/indexer.h
@@ -64,6 +64,7 @@ typedef struct git_indexer_options {
/** progress_cb function to call with progress information */
git_indexer_progress_cb progress_cb;
+
/** progress_cb_payload payload for the progress callback */
void *progress_cb_payload;