summaryrefslogtreecommitdiff
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
parentdc49e1b5b368b4b7d5b8ae8a0a12027f86395cad (diff)
downloadlibgit2-9e2d2f30deab2cad3d2cc6dbd5f498668d18572f.tar.gz
Whitespace wibbles.
-rw-r--r--include/git2/status.h1
-rw-r--r--include/git2/types.h12
2 files changed, 7 insertions, 6 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.
*
diff --git a/include/git2/types.h b/include/git2/types.h
index 3019c4677..76175b6bd 100644
--- a/include/git2/types.h
+++ b/include/git2/types.h
@@ -198,12 +198,12 @@ typedef enum {
/** Valid modes for index and tree entries. */
typedef enum {
- GIT_FILEMODE_UNREADABLE = 0000000,
- GIT_FILEMODE_TREE = 0040000,
- GIT_FILEMODE_BLOB = 0100644,
- GIT_FILEMODE_BLOB_EXECUTABLE = 0100755,
- GIT_FILEMODE_LINK = 0120000,
- GIT_FILEMODE_COMMIT = 0160000,
+ GIT_FILEMODE_UNREADABLE = 0000000,
+ GIT_FILEMODE_TREE = 0040000,
+ GIT_FILEMODE_BLOB = 0100644,
+ GIT_FILEMODE_BLOB_EXECUTABLE = 0100755,
+ GIT_FILEMODE_LINK = 0120000,
+ GIT_FILEMODE_COMMIT = 0160000,
} git_filemode_t;
typedef struct git_refspec git_refspec;