Commit e994299f by Laurence McGlashan

Update formatting.

parent eb41276f
...@@ -113,9 +113,9 @@ void assert_global_config_match(const char *config, const char *expected) ...@@ -113,9 +113,9 @@ void assert_global_config_match(const char *config, const char *expected)
git_config* cfg; git_config* cfg;
if (config) { if (config) {
cl_git_pass(git_config_open_default(&cfg)); cl_git_pass(git_config_open_default(&cfg));
git_config_set_string(cfg, config, expected); git_config_set_string(cfg, config, expected);
git_config_free(cfg); git_config_free(cfg);
} }
cl_git_pass(git_remote_create_detached(&remote, "https://github.com/libgit2/libgit2")); cl_git_pass(git_remote_create_detached(&remote, "https://github.com/libgit2/libgit2"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment