summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/devfs/devstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/devfs/devstat.c')
-rw-r--r--cpukit/libfs/src/devfs/devstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libfs/src/devfs/devstat.c b/cpukit/libfs/src/devfs/devstat.c
index db17595621..e0c52b8b3d 100644
--- a/cpukit/libfs/src/devfs/devstat.c
+++ b/cpukit/libfs/src/devfs/devstat.c
@@ -36,7 +36,7 @@ int devFS_stat(
#if defined(RTEMS_DEBUG)
if (!the_dev)
rtems_set_errno_and_return_minus_one( EFAULT );
- #endif
+ #endif
buf->st_rdev = rtems_filesystem_make_dev_t( the_dev->major, the_dev->minor );
buf->st_mode = the_dev->mode;