summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurence McGlashan <laurence.mcglashan@gmail.com>2021-09-16 11:53:32 +0100
committerLaurence McGlashan <laurence.mcglashan@gmail.com>2021-09-16 11:53:32 +0100
commite994299f8b109c1ba336f0734871ceef944ac09d (patch)
tree39c8adc57ffb99cae8206c7fb8536fa797007fdb
parenteb41276fe08eeedd27509f69d9465cfbdd6cb7f7 (diff)
downloadlibgit2-e994299f8b109c1ba336f0734871ceef944ac09d.tar.gz
Update formatting.
-rw-r--r--tests/remote/httpproxy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/remote/httpproxy.c b/tests/remote/httpproxy.c
index 803ef11ad..182ea2467 100644
--- a/tests/remote/httpproxy.c
+++ b/tests/remote/httpproxy.c
@@ -113,9 +113,9 @@ void assert_global_config_match(const char *config, const char *expected)
git_config* cfg;
if (config) {
- cl_git_pass(git_config_open_default(&cfg));
- git_config_set_string(cfg, config, expected);
- git_config_free(cfg);
+ cl_git_pass(git_config_open_default(&cfg));
+ git_config_set_string(cfg, config, expected);
+ git_config_free(cfg);
}
cl_git_pass(git_remote_create_detached(&remote, "https://github.com/libgit2/libgit2"));