stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=d853b0ba688254b5f4b0e47c233690f0116c8678

commit d853b0ba688254b5f4b0e47c233690f0116c8678
Author: Stefan Schmidt <[email protected]>
Date:   Mon Feb 13 14:12:38 2017 +0100

    tests: eina_file: fix coding style in file_unlink test case
---
 src/tests/eina/eina_test_file.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/tests/eina/eina_test_file.c b/src/tests/eina/eina_test_file.c
index a082192..dbdf075 100644
--- a/src/tests/eina/eina_test_file.c
+++ b/src/tests/eina/eina_test_file.c
@@ -851,12 +851,12 @@ START_TEST(eina_test_file_unlink)
 
    /*If file was not opened as 'eina'*/
    fd = create_file_not_empty(tmpfile, &test_file_path, EINA_TRUE);
-   fail_if( !eina_file_unlink(test_file_path) );
+   fail_if(!eina_file_unlink(test_file_path));
 
    /*If file was opened as 'eina'*/
    fd = create_file_not_empty(tmpfile, &test_file_path, EINA_TRUE);
-   fail_if( !eina_file_open(test_file_path, EINA_FALSE) );
-   fail_if( !eina_file_unlink(test_file_path) );
+   fail_if(!eina_file_open(test_file_path, EINA_FALSE));
+   fail_if(!eina_file_unlink(test_file_path));
 
    eina_shutdown();
 }

-- 


Reply via email to