summaryrefslogtreecommitdiff
path: root/include/git2/config.h
diff options
context:
space:
mode:
authorLinquize <linquize@yahoo.com.hk>2013-05-15 20:26:55 +0800
committerLinquize <linquize@yahoo.com.hk>2013-05-15 20:26:55 +0800
commit0cb16fe924fb5c4e58866c28b06ace876e2dcbd3 (patch)
treef1c4e33497c216c333dc0133d8a15fcd137c358b /include/git2/config.h
parentbc2020d64869aa19a88b71aee33a24b54c178dab (diff)
downloadlibgit2-0cb16fe924fb5c4e58866c28b06ace876e2dcbd3.tar.gz
Unify whitespaces to tabs
Diffstat (limited to 'include/git2/config.h')
-rw-r--r--include/git2/config.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/git2/config.h b/include/git2/config.h
index 724788ae0..8d1a1a5a6 100644
--- a/include/git2/config.h
+++ b/include/git2/config.h
@@ -190,9 +190,9 @@ GIT_EXTERN(int) git_config_open_ondisk(git_config **out, const char *path);
* multi-level parent config, or an error code
*/
GIT_EXTERN(int) git_config_open_level(
- git_config **out,
- const git_config *parent,
- unsigned int level);
+ git_config **out,
+ const git_config *parent,
+ unsigned int level);
/**
* Open the global/XDG configuration file according to git's rules
@@ -459,11 +459,11 @@ GIT_EXTERN(int) git_config_foreach_match(
* @return 0 on success, error code otherwise
*/
GIT_EXTERN(int) git_config_get_mapped(
- int *out,
- const git_config *cfg,
- const char *name,
- const git_cvar_map *maps,
- size_t map_n);
+ int *out,
+ const git_config *cfg,
+ const char *name,
+ const git_cvar_map *maps,
+ size_t map_n);
/**
* Maps a string value to an integer constant