Fix struct indentation
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;