From: jc_.kim Date: Mon, 4 Sep 2017 11:00:09 +0000 (+0900) Subject: Fix coding rule error : apps X-Git-Tag: 1.1_Public_Release~263^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80d0ce53b83ad86b34943aeeb928c37c39d2954e;p=rtos%2Ftinyara.git Fix coding rule error : apps ramfs_test.c:42: ERROR: [IDT_M_TAB] please, no spaces at the start of a line nxplayer_main.c:145: ERROR: [SPC_M_OPR] spaces required around that '<' (ctx:BxW) --- diff --git a/apps/examples/fs_helper/ramfs_test.c b/apps/examples/fs_helper/ramfs_test.c index c144e64..afb6c6e 100644 --- a/apps/examples/fs_helper/ramfs_test.c +++ b/apps/examples/fs_helper/ramfs_test.c @@ -39,7 +39,7 @@ // 1. at least, have to set CONFIG_EXAMPLES_RAMFS_NEBLOCKS to 16 for ramfs test #ifdef CONFIG_RAMFS_TEST #define EXAMPLES_RAMFS_BUFSIZE \ - (CONFIG_RAMMTD_ERASESIZE * CONFIG_RAMFS_TEST_RAMFS_NEBLOCKS) + (CONFIG_RAMMTD_ERASESIZE * CONFIG_RAMFS_TEST_RAMFS_NEBLOCKS) #endif // 2. If you enable CONFIG_MTD and CONFIG_MTD_SMART,