Skip to content

Commit

Permalink
Update uncrustify again
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed Jul 3, 2024
1 parent a8a8650 commit 9ab5635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/evkbmimxrt1060/test/app_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ int app_main( void )
configPRINTF( ( "Failed to initialize key value configuration store.\r\n" ) );
}

#if ( appmainPROVISIONING_MODE == 1 )
#if ( appmainPROVISIONING_MODE == 1 )
{
if( xResult == pdPASS )
{
Expand All @@ -108,7 +108,7 @@ int app_main( void )
NULL );
}
}
#endif /* if ( appmainPROVISIONING_MODE == 1 ) */
#endif /* if ( appmainPROVISIONING_MODE == 1 ) */

{
if( xResult == pdPASS )
Expand Down

0 comments on commit 9ab5635

Please sign in to comment.