mirror of
https://github.com/falk-werner/webfuse
synced 2026-03-02 03:40:24 +00:00
add newline at end of file
This commit is contained in:
@@ -41,4 +41,4 @@ TEST(unlink, success)
|
||||
auto const path = fixture.get_path() + "/some_file";
|
||||
|
||||
ASSERT_EQ(0, ::unlink(path.c_str()));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,4 +34,4 @@ daemon::~daemon()
|
||||
p.kill(SIGINT);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -60,4 +60,4 @@ std::string const & fixture::get_path() const
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -90,4 +90,4 @@ int process::wait()
|
||||
return exit_code;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,4 +20,4 @@ std::string const & tempdir::name() const
|
||||
return path;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user