Commit e994299f8b109c1ba336f0734871ceef944ac09d

Laurence McGlashan 2021-09-16T11:53:32

Update formatting.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/tests/remote/httpproxy.c b/tests/remote/httpproxy.c
index 803ef11..182ea24 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"));