From 696c73951a681e5c84f511edcb25cdc804a8d149 Mon Sep 17 00:00:00 2001 From: tony-josi-aws Date: Mon, 22 Apr 2024 12:49:05 +0530 Subject: [PATCH] Fix formatting --- .../MQTT_Multitask/demo_config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Multitask/demo_config.h b/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Multitask/demo_config.h index 0ea7299ff7..35bd51f57f 100644 --- a/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Multitask/demo_config.h +++ b/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Multitask/demo_config.h @@ -293,10 +293,10 @@ extern void vLoggingPrintf( const char * pcFormatString, #define democonfigMQTT_LIB "core-mqtt@"MQTT_LIBRARY_VERSION #endif - /** - * @brief The number of command structures to allocate in the pool - * for the agent. - */ -#define MQTT_COMMAND_CONTEXTS_POOL_SIZE 10 +/** + * @brief The number of command structures to allocate in the pool + * for the agent. + */ +#define MQTT_COMMAND_CONTEXTS_POOL_SIZE 10 #endif /* DEMO_CONFIG_H */