summaryrefslogtreecommitdiff
path: root/src/repository.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/repository.c')
-rw-r--r--src/repository.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/repository.c b/src/repository.c
index 4ab3921bb..9957f32b7 100644
--- a/src/repository.c
+++ b/src/repository.c
@@ -1636,11 +1636,11 @@ int git_repository_message_remove(git_repository *repo)
}
int git_repository_hashfile(
- git_oid *out,
- git_repository *repo,
- const char *path,
- git_otype type,
- const char *as_path)
+ git_oid *out,
+ git_repository *repo,
+ const char *path,
+ git_otype type,
+ const char *as_path)
{
int error;
git_vector filters = GIT_VECTOR_INIT;