mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Make sure that there is one space between if and condition
This commit is contained in:
@@ -471,7 +471,7 @@ static int nxffs_destsetup(FAR struct nxffs_volume_s *volume,
|
||||
{
|
||||
/* Is there room for an inode structure in this block? */
|
||||
|
||||
if(pack->iooffset + SIZEOF_NXFFS_INODE_HDR > volume->geo.blocksize)
|
||||
if (pack->iooffset + SIZEOF_NXFFS_INODE_HDR > volume->geo.blocksize)
|
||||
{
|
||||
/* No.. that inode name will not fit in this block. Return an
|
||||
* indication that we are at the end of the block and try again
|
||||
|
||||
Reference in New Issue
Block a user