summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_findblockdriver.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-13 13:18:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-13 13:18:06 -0600
commit3900ca5789a408413a6e590683b4babe76ac7fad (patch)
tree228f5246dcea113238b5925775b9b9ccf8585238 /nuttx/fs/fs_findblockdriver.c
parent74a4eb6d1612d63958e14a240cc526c9be8041e0 (diff)
downloadpx4-nuttx-3900ca5789a408413a6e590683b4babe76ac7fad.tar.gz
px4-nuttx-3900ca5789a408413a6e590683b4babe76ac7fad.tar.bz2
px4-nuttx-3900ca5789a408413a6e590683b4babe76ac7fad.zip
Cosmetic changes for coding style; removal of dangling spaces at the end of lines
Diffstat (limited to 'nuttx/fs/fs_findblockdriver.c')
-rw-r--r--nuttx/fs/fs_findblockdriver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/fs_findblockdriver.c b/nuttx/fs/fs_findblockdriver.c
index febf28a7e..5c20d46a9 100644
--- a/nuttx/fs/fs_findblockdriver.c
+++ b/nuttx/fs/fs_findblockdriver.c
@@ -105,7 +105,7 @@ int find_blockdriver(FAR const char *pathname, int mountflags, FAR struct inode
/* Verify that the inode is a block driver. */
if (!INODE_IS_BLOCK(inode))
- {
+ {
fdbg("%s is not a block driver\n", pathname);
ret = -ENOTBLK;
goto errout_with_inode;