Skip to content

Commit 0415844

Browse files
测试自动格式化工作流是否正确运行
1 parent 7499790 commit 0415844

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

components/fal/src/fal_flash.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,11 @@ static rt_uint8_t init_ok = 0;
3333
*
3434
* @return result
3535
*/
36-
int fal_flash_init(void)
36+
int fal_flash_init(void)
3737
{
38-
rt_size_t i, j, offset;
38+
rt_size_t i, j, offset;
3939

40-
if (init_ok)
41-
{
40+
if (init_ok){
4241
return 0;
4342
}
4443

0 commit comments

Comments
 (0)