summaryrefslogtreecommitdiff
path: root/include/git2/config.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/config.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/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