summaryrefslogtreecommitdiff
path: root/nuttx/fs/procfs/fs_skeleton.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/procfs/fs_skeleton.c')
-rw-r--r--nuttx/fs/procfs/fs_skeleton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/procfs/fs_skeleton.c b/nuttx/fs/procfs/fs_skeleton.c
index e9b206941..5054cb49b 100644
--- a/nuttx/fs/procfs/fs_skeleton.c
+++ b/nuttx/fs/procfs/fs_skeleton.c
@@ -449,7 +449,7 @@ static int skel_stat(const char *relpath, struct stat *buf)
buf->st_size = 0;
buf->st_blksize = 0;
buf->st_blocks = 0;
-
+
return ret;
}