Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Gedeon <gedeonag@amazon.com>2020-07-02 08:55:52 +0300
committeralfred gedeon <alfred2g@hotmail.com>2020-07-08 20:24:06 +0300
commit2c530ba5c352fdf420d1b13709a3970f04e9e6c6 (patch)
tree86bfe94f2a30d2ed5ed977e49cf12139983e4e55 /croutine.c
parent718178c68a1c863dd1a2eac7aea326a789d3bc52 (diff)
Style: uncrustify
Diffstat (limited to 'croutine.c')
-rw-r--r--croutine.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/croutine.c b/croutine.c
index 612793b59..b2784bbd4 100644
--- a/croutine.c
+++ b/croutine.c
@@ -111,7 +111,7 @@
if( pxCoRoutine )
{
/* If pxCurrentCoRoutine is NULL then this is the first co-routine to
- * be created and the co-routine data structures need initialising. */
+ * be created and the co-routine data structures need initialising. */
if( pxCurrentCoRoutine == NULL )
{
pxCurrentCoRoutine = pxCoRoutine;
@@ -257,10 +257,10 @@
portDISABLE_INTERRUPTS();
{
/* The event could have occurred just before this critical
- * section. If this is the case then the generic list item will
- * have been moved to the pending ready list and the following
- * line is still valid. Also the pvContainer parameter will have
- * been set to NULL so the following lines are also valid. */
+ * section. If this is the case then the generic list item will
+ * have been moved to the pending ready list and the following
+ * line is still valid. Also the pvContainer parameter will have
+ * been set to NULL so the following lines are also valid. */
( void ) uxListRemove( &( pxCRCB->xGenericListItem ) );
/* Is the co-routine waiting on an event also? */