From 80d0ce53b83ad86b34943aeeb928c37c39d2954e Mon Sep 17 00:00:00 2001 From: "jc_.kim" Date: Mon, 4 Sep 2017 20:00:09 +0900 Subject: [PATCH] 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) --- apps/examples/fs_helper/ramfs_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.7.4