From 906a4b5a7d4953b2044d4e070a0a44325b855aea Mon Sep 17 00:00:00 2001 From: Soren Ptak Date: Thu, 19 Oct 2023 15:35:00 -0700 Subject: [PATCH] Formatting fixes --- source/include/FreeRTOS_BitConfig.h | 2 +- source/include/FreeRTOS_Sockets.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/include/FreeRTOS_BitConfig.h b/source/include/FreeRTOS_BitConfig.h index 58d25669b..952bfb714 100644 --- a/source/include/FreeRTOS_BitConfig.h +++ b/source/include/FreeRTOS_BitConfig.h @@ -76,7 +76,7 @@ #ifdef __cplusplus - } /* extern "C" */ +} /* extern "C" */ #endif #endif /* FREERTOS_STREAM_BUFFER_H */ diff --git a/source/include/FreeRTOS_Sockets.h b/source/include/FreeRTOS_Sockets.h index b82064d97..60b127e3e 100644 --- a/source/include/FreeRTOS_Sockets.h +++ b/source/include/FreeRTOS_Sockets.h @@ -590,7 +590,7 @@ #endif #ifdef __cplusplus - } /* extern "C" */ +} /* extern "C" */ #endif #endif /* FREERTOS_SOCKETS_H */