Make sure that there is one space between if and condition

This commit is contained in:
Gregory Nutt
2014-04-12 12:53:19 -06:00
parent dc0211b218
commit 303cc1902b
19 changed files with 97 additions and 82 deletions
+2
View File
@@ -1351,6 +1351,8 @@ static ssize_t mmcsd_write(FAR struct inode *inode, const unsigned char *buffer,
/* Convert sector and nsectors to nbytes and byte offset */
nbytes = nsectors * SECTORSIZE(slot);
UNUSED(nbytes);
if (IS_BLOCK(slot->type))
{
offset = start_sector;