yaffs More tests added to direct/timothy_tests/quick_tests
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_access.c
index 9a00b9398d9bf023ece703959b9ed895a3e0a2ff..da4f23e06f324a6e933114df4f68126bf753d085 100644 (file)
 
 #include "test_yaffs_access.h"
 
-int test_yaffs_access(void){
+int test_yaffs_access(void)
+{
                return yaffs_access(FILE_PATH,0);
 }
 
-int test_yaffs_access_clean(void){
+int test_yaffs_access_clean(void)
+{
        return 1;
 }