Skip to content

Commit 8b6e89e

Browse files
committed
Uncrustify: triggered by comment.
1 parent ecf1468 commit 8b6e89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/portable.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
*
204204
* This hook function is called when allocation failed.
205205
*/
206-
void vApplicationMallocFailedHook( void ); /*lint !e526 Symbol not defined as it is an application callback. */
206+
void vApplicationMallocFailedHook( void ); /*lint !e526 Symbol not defined as it is an application callback. */
207207
#endif /* ( configUSE_MALLOC_FAILED_HOOK == 1 ) */
208208

209209
#endif /* if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) */

0 commit comments

Comments
 (0)