Fix coding rule error : apps
authorjc_.kim <jc_.kim@samsung.com>
Mon, 4 Sep 2017 11:00:09 +0000 (20:00 +0900)
committerjc_.kim <jc_.kim@samsung.com>
Wed, 6 Sep 2017 10:17:04 +0000 (19:17 +0900)
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

index c144e64..afb6c6e 100644 (file)
@@ -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,