mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-04 19:50:19 +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)
|
static void write_file(const char *path, const char *content)
|
||||||
{
|
{
|
||||||
git_file file;
|
git_file file;
|
||||||
int error;
|
int error;
|
||||||
|
|
||||||
if (git_path_exists(path)) {
|
if (git_path_exists(path)) {
|
||||||
cl_git_pass(p_unlink(path));
|
cl_git_pass(p_unlink(path));
|
||||||
|
Loading…
Reference in New Issue
Block a user