summaryrefslogtreecommitdiff
path: root/include/git2/status.h
diff options
context:
space:
mode:
authorAlan Rogers <alan@github.com>2014-06-04 15:41:48 -0700
committerAlan Rogers <alan@github.com>2014-06-04 15:41:48 -0700
commit9e2d2f30deab2cad3d2cc6dbd5f498668d18572f (patch)
tree224e03ede730da6e0d91abb5b7c039a97322e062 /include/git2/status.h
parentdc49e1b5b368b4b7d5b8ae8a0a12027f86395cad (diff)
downloadlibgit2-9e2d2f30deab2cad3d2cc6dbd5f498668d18572f.tar.gz
Whitespace wibbles.
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.
*