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 /include/git2/sys | |
| 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 'include/git2/sys')
| -rw-r--r-- | include/git2/sys/refdb_backend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/sys/refdb_backend.h b/include/git2/sys/refdb_backend.h index 8dbf38ca9..548597fbc 100644 --- a/include/git2/sys/refdb_backend.h +++ b/include/git2/sys/refdb_backend.h @@ -39,7 +39,7 @@ struct git_reference_iterator { /** An instance for a custom backend */ struct git_refdb_backend { - unsigned int version; + unsigned int version; /** * Queries the refdb backend to determine if the given ref_name |
