diff options
author | Vicent Martà <vicent@github.com> | 2013-05-15 08:31:37 -0700 |
---|---|---|
committer | Vicent Martà <vicent@github.com> | 2013-05-15 08:31:37 -0700 |
commit | 86c6f74a79ef61582b636d478a9852ae54d87e2e (patch) | |
tree | f1c4e33497c216c333dc0133d8a15fcd137c358b /src/refdb_fs.c | |
parent | bc2020d64869aa19a88b71aee33a24b54c178dab (diff) | |
parent | 0cb16fe924fb5c4e58866c28b06ace876e2dcbd3 (diff) | |
download | libgit2-86c6f74a79ef61582b636d478a9852ae54d87e2e.tar.gz |
Merge pull request #1583 from linquize/whitespace
Unify whitespaces to tabs
Diffstat (limited to 'src/refdb_fs.c')
-rw-r--r-- | src/refdb_fs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/refdb_fs.c b/src/refdb_fs.c index c462a4251..b9df83f81 100644 --- a/src/refdb_fs.c +++ b/src/refdb_fs.c @@ -257,8 +257,8 @@ static int packed_load(refdb_fs_backend *backend) if (packed_parse_peel(ref, &buffer_start, buffer_end) < 0) goto parse_failed; } else if (backend->peeling_mode == PEELING_FULL || - (backend->peeling_mode == PEELING_STANDARD && - git__prefixcmp(ref->name, GIT_REFS_TAGS_DIR) == 0)) { + (backend->peeling_mode == PEELING_STANDARD && + git__prefixcmp(ref->name, GIT_REFS_TAGS_DIR) == 0)) { ref->flags |= PACKREF_CANNOT_PEEL; } |