]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/Common/Minimal/integer.c
Cosmetic changes only.
[freertos] / FreeRTOS / Demo / Common / Minimal / integer.c
index 5db650e936eea9552f9057da450d4dfd40d5a59a..705decbc40a05448492b2afd610ae84e5c803644 100644 (file)
@@ -69,7 +69,7 @@
 \r
 /*\r
  * Creates one or more tasks that repeatedly perform a set of integer\r
- * calculations.  The result of each run-time calculation is compared to the \r
+ * calculations.  The result of each run-time calculation is compared to the\r
  * known expected result - with a mismatch being indicative of an error in the\r
  * context switch mechanism.\r
  */\r
@@ -151,8 +151,8 @@ volatile BaseType_t *pxTaskHasExecuted;
                lValue *= intgCONST3;\r
                lValue /= intgCONST4;\r
 \r
-               /* If the calculation is found to be incorrect we stop setting the \r
-               TaskHasExecuted variable so the check task can see an error has \r
+               /* If the calculation is found to be incorrect we stop setting the\r
+               TaskHasExecuted variable so the check task can see an error has\r
                occurred. */\r
                if( lValue != intgEXPECTED_ANSWER ) /*lint !e774 volatile used to prevent this being optimised out. */\r
                {\r
@@ -185,7 +185,7 @@ BaseType_t xAreIntegerMathsTaskStillRunning( void )
 BaseType_t xReturn = pdTRUE;\r
 short sTask;\r
 \r
-       /* Check the maths tasks are still running by ensuring their check variables \r
+       /* Check the maths tasks are still running by ensuring their check variables\r
        are still being set to true. */\r
        for( sTask = 0; sTask < intgNUMBER_OF_TASKS; sTask++ )\r
        {\r