xiaoxiang781216 commented on code in PR #6965: URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r989875753
########## fs/smartfs/smartfs_utils.c: ########## @@ -1639,7 +1621,7 @@ off_t smartfs_seek_internal(FAR struct smartfs_mountpt_s *fs, sf->filepos = 0; } - header = (struct smartfs_chain_header_s *) fs->fs_rwbuffer; + header = (struct smartfs_chain_header_s *)fs->fs_rwbuffer; Review Comment: Done ########## fs/spiffs/src/spiffs_gc.c: ########## @@ -993,7 +993,7 @@ static int spiffs_gc_clean(FAR struct spiffs_s *fs, int16_t blkndx) int spiffs_gc_quick(FAR struct spiffs_s *fs, uint16_t max_free_pages) { - FAR int16_t *objlu_buf = (int16_t *) fs->lu_work; + FAR int16_t *objlu_buf = (int16_t *)fs->lu_work; Review Comment: Done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org