Skip to content

Commit e994299

Browse files
committed
Update formatting.
1 parent eb41276 commit e994299

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/remote/httpproxy.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ void assert_global_config_match(const char *config, const char *expected)
113113
git_config* cfg;
114114

115115
if (config) {
116-
cl_git_pass(git_config_open_default(&cfg));
117-
git_config_set_string(cfg, config, expected);
118-
git_config_free(cfg);
116+
cl_git_pass(git_config_open_default(&cfg));
117+
git_config_set_string(cfg, config, expected);
118+
git_config_free(cfg);
119119
}
120120

121121
cl_git_pass(git_remote_create_detached(&remote, "https://github.com/libgit2/libgit2"));

0 commit comments

Comments
 (0)