diff options
| author | Linquize <linquize@yahoo.com.hk> | 2013-05-15 20:26:55 +0800 |
|---|---|---|
| committer | Linquize <linquize@yahoo.com.hk> | 2013-05-15 20:26:55 +0800 |
| commit | 0cb16fe924fb5c4e58866c28b06ace876e2dcbd3 (patch) | |
| tree | f1c4e33497c216c333dc0133d8a15fcd137c358b /src/repository.c | |
| parent | bc2020d64869aa19a88b71aee33a24b54c178dab (diff) | |
| download | libgit2-0cb16fe924fb5c4e58866c28b06ace876e2dcbd3.tar.gz | |
Unify whitespaces to tabs
Diffstat (limited to 'src/repository.c')
| -rw-r--r-- | src/repository.c | 10 |
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; |
