@@ -12,20 +12,20 @@ static git_repository *g_repo;
1212
1313void test_refs_create__initialize (void )
1414{
15- g_repo = cl_git_sandbox_init ("testrepo" );
15+ g_repo = cl_git_sandbox_init ("testrepo" );
1616}
1717
1818void test_refs_create__cleanup (void )
1919{
20- cl_git_sandbox_cleanup ();
20+ cl_git_sandbox_cleanup ();
2121
2222 cl_git_pass (git_libgit2_opts (GIT_OPT_ENABLE_STRICT_OBJECT_CREATION , 1 ));
2323 cl_git_pass (git_libgit2_opts (GIT_OPT_ENABLE_STRICT_SYMBOLIC_REF_CREATION , 1 ));
2424}
2525
2626void test_refs_create__symbolic (void )
2727{
28- // create a new symbolic reference
28+ /* create a new symbolic reference */
2929 git_reference * new_reference , * looked_up_ref , * resolved_ref ;
3030 git_repository * repo2 ;
3131 git_oid id ;
@@ -116,7 +116,7 @@ void test_refs_create__symbolic_with_arbitrary_content(void)
116116
117117void test_refs_create__deep_symbolic (void )
118118{
119- // create a deep symbolic reference
119+ /* create a deep symbolic reference */
120120 git_reference * new_reference , * looked_up_ref , * resolved_ref ;
121121 git_oid id ;
122122
@@ -136,7 +136,7 @@ void test_refs_create__deep_symbolic(void)
136136
137137void test_refs_create__oid (void )
138138{
139- // create a new OID reference
139+ /* create a new OID reference */
140140 git_reference * new_reference , * looked_up_ref ;
141141 git_repository * repo2 ;
142142 git_oid id ;
0 commit comments