mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-04 18:13:39 +00:00
test: discover: fix indentation
This commit is contained in:
parent
5242c42488
commit
4dbaf3cd62
@ -44,7 +44,7 @@ static void ensure_repository_discover(const char *start_path,
|
||||
static void write_file(const char *path, const char *content)
|
||||
{
|
||||
git_file file;
|
||||
int error;
|
||||
int error;
|
||||
|
||||
if (git_path_exists(path)) {
|
||||
cl_git_pass(p_unlink(path));
|
||||
|
Loading…
Reference in New Issue
Block a user