Whitespace wibbles.

This commit is contained in:
Alan Rogers 2014-06-04 15:41:48 -07:00
parent dc49e1b5b3
commit 9e2d2f30de
2 changed files with 7 additions and 6 deletions

View File

@ -156,6 +156,7 @@ typedef enum {
(GIT_STATUS_OPT_INCLUDE_IGNORED | \ (GIT_STATUS_OPT_INCLUDE_IGNORED | \
GIT_STATUS_OPT_INCLUDE_UNTRACKED | \ GIT_STATUS_OPT_INCLUDE_UNTRACKED | \
GIT_STATUS_OPT_RECURSE_UNTRACKED_DIRS) GIT_STATUS_OPT_RECURSE_UNTRACKED_DIRS)
/** /**
* Options to control how `git_status_foreach_ext()` will issue callbacks. * Options to control how `git_status_foreach_ext()` will issue callbacks.
* *