fs/nxffs/nxffs_blockstats.c: Appease nxstyle

This commit is contained in:
YAMAMOTO Takashi 2020-12-05 13:57:38 +09:00 committed by Xiang Xiao
parent 00bc0ff6ba
commit 01e0c41759
1 changed files with 4 additions and 2 deletions

View File

@ -109,7 +109,8 @@ int nxffs_blockstats(FAR struct nxffs_volume_s *volume,
* in the NXFFS data.
*/
FAR struct nxffs_block_s *blkhdr = (FAR struct nxffs_block_s *)bptr;
FAR struct nxffs_block_s *blkhdr = (FAR struct nxffs_block_s *)
bptr;
/* Increment the total count of blocks examined */
@ -189,7 +190,8 @@ int nxffs_blockstats(FAR struct nxffs_volume_s *volume,
* in the NXFFS data.
*/
FAR struct nxffs_block_s *blkhdr = (FAR struct nxffs_block_s *)volume->pack;
FAR struct nxffs_block_s *blkhdr = (FAR struct nxffs_block_s *)
volume->pack;
/* Collect statistics.
*