summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/devfs/devstat.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-11-06 12:44:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-11-06 12:44:24 +0000
commit66b8047e52d02c9d440d3b95acc29f7db6ba0883 (patch)
treeafd34d1fc81f3ae2b21023e514fb4eaa95b4f61a /cpukit/libfs/src/devfs/devstat.c
parent2011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-66b8047e52d02c9d440d3b95acc29f7db6ba0883.tar.bz2
Remove stray whitespaces.
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;