From 9ab5635b06304242267b4f23a34f46396f94b4ac Mon Sep 17 00:00:00 2001 From: "Ching-Hsin,Lee" Date: Wed, 3 Jul 2024 07:36:25 +0000 Subject: [PATCH] Update uncrustify again --- examples/evkbmimxrt1060/test/app_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/evkbmimxrt1060/test/app_main.c b/examples/evkbmimxrt1060/test/app_main.c index f316fe5..af68ee7 100644 --- a/examples/evkbmimxrt1060/test/app_main.c +++ b/examples/evkbmimxrt1060/test/app_main.c @@ -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 ) { @@ -108,7 +108,7 @@ int app_main( void ) NULL ); } } - #endif /* if ( appmainPROVISIONING_MODE == 1 ) */ +#endif /* if ( appmainPROVISIONING_MODE == 1 ) */ { if( xResult == pdPASS )