summaryrefslogtreecommitdiff
path: root/include/git2/reset.h
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2013-05-15 08:31:37 -0700
committerVicent Martí <vicent@github.com>2013-05-15 08:31:37 -0700
commit86c6f74a79ef61582b636d478a9852ae54d87e2e (patch)
treef1c4e33497c216c333dc0133d8a15fcd137c358b /include/git2/reset.h
parentbc2020d64869aa19a88b71aee33a24b54c178dab (diff)
parent0cb16fe924fb5c4e58866c28b06ace876e2dcbd3 (diff)
downloadlibgit2-86c6f74a79ef61582b636d478a9852ae54d87e2e.tar.gz
Merge pull request #1583 from linquize/whitespace
Unify whitespaces to tabs
Diffstat (limited to 'include/git2/reset.h')
-rw-r--r--include/git2/reset.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/git2/reset.h b/include/git2/reset.h
index c7c951942..c36781722 100644
--- a/include/git2/reset.h
+++ b/include/git2/reset.h
@@ -72,9 +72,9 @@ GIT_EXTERN(int) git_reset(
* @return 0 on success or an error code < 0
*/
GIT_EXTERN(int) git_reset_default(
- git_repository *repo,
- git_object *target,
- git_strarray* pathspecs);
+ git_repository *repo,
+ git_object *target,
+ git_strarray* pathspecs);
/** @} */
GIT_END_DECL