Commit eeacd234ef67b73f983ba64f4aa40c16085039dd

punkymaniac 2021-06-02T14:47:24

Fix struct indentation

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/git2/indexer.h b/include/git2/indexer.h
index dc02f0b..a434d24 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;