summaryrefslogtreecommitdiff
path: root/include/git2/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/status.h')
-rw-r--r--include/git2/status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/status.h b/include/git2/status.h
index 76ffab663..3c86e5d7b 100644
--- a/include/git2/status.h
+++ b/include/git2/status.h
@@ -156,6 +156,7 @@ typedef enum {
(GIT_STATUS_OPT_INCLUDE_IGNORED | \
GIT_STATUS_OPT_INCLUDE_UNTRACKED | \
GIT_STATUS_OPT_RECURSE_UNTRACKED_DIRS)
+
/**
* Options to control how `git_status_foreach_ext()` will issue callbacks.
*