mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 16:34:37 +00:00
tests: fix code style in threads/basic.c
This commit is contained in:
parent
a35e8709c6
commit
1ca163ff13
@ -5,16 +5,19 @@
|
||||
|
||||
static git_repository *g_repo;
|
||||
|
||||
void test_threads_basic__initialize(void) {
|
||||
g_repo = cl_git_sandbox_init("testrepo");
|
||||
void test_threads_basic__initialize(void)
|
||||
{
|
||||
g_repo = cl_git_sandbox_init("testrepo");
|
||||
}
|
||||
|
||||
void test_threads_basic__cleanup(void) {
|
||||
cl_git_sandbox_cleanup();
|
||||
void test_threads_basic__cleanup(void)
|
||||
{
|
||||
cl_git_sandbox_cleanup();
|
||||
}
|
||||
|
||||
|
||||
void test_threads_basic__cache(void) {
|
||||
// run several threads polling the cache at the same time
|
||||
cl_assert(1 == 1);
|
||||
void test_threads_basic__cache(void)
|
||||
{
|
||||
// run several threads polling the cache at the same time
|
||||
cl_assert(1 == 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user