testcase/filesystem : fix coding rule error - remove unnecessary space
authorjc_.kim <jc_.kim@samsung.com>
Fri, 13 Oct 2017 02:12:18 +0000 (11:12 +0900)
committerjc_.kim <jc_.kim@samsung.com>
Fri, 13 Oct 2017 02:12:18 +0000 (11:12 +0900)
[IDT_M_TAB] please, no space before tabs

apps/examples/testcase/le_tc/filesystem/fs_main.c

index fa98ea5..399f398 100644 (file)
@@ -53,7 +53,7 @@
 /****************************************************************************
  * Definitions
  ****************************************************************************/
-#define STDIO_BUFLEN           64
+#define STDIO_BUFLEN           64
 #define VFS_CONTENTS_LEN       20
 
 #define MOUNT_DIR CONFIG_MOUNT_POINT