From 8b6e89e9b4130ce26618c24576f755e38bab369f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 21 Sep 2023 17:32:10 +0000 Subject: [PATCH] Uncrustify: triggered by comment. --- include/portable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/portable.h b/include/portable.h index f08f77dcd62..46bd98be9a4 100644 --- a/include/portable.h +++ b/include/portable.h @@ -203,7 +203,7 @@ * * This hook function is called when allocation failed. */ - void vApplicationMallocFailedHook( void ); /*lint !e526 Symbol not defined as it is an application callback. */ + void vApplicationMallocFailedHook( void ); /*lint !e526 Symbol not defined as it is an application callback. */ #endif /* ( configUSE_MALLOC_FAILED_HOOK == 1 ) */ #endif /* if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) */