]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/Common/Minimal/crflash.c
Cosmetic changes only.
[freertos] / FreeRTOS / Demo / Common / Minimal / crflash.c
index fd986e6741499e232fbe22c81878e52a1bb87642..f8c3721b7ce92efc1448447b833c97dd710c36fb 100644 (file)
@@ -218,11 +218,11 @@ UBaseType_t uxLEDToFlash;
        /* Co-routines MUST start with a call to crSTART. */\r
        crSTART( xHandle );\r
        ( void ) uxIndex;\r
-       \r
+\r
        for( ;; )\r
        {\r
                /* Block to wait for the number of the LED to flash. */\r
-               crQUEUE_RECEIVE( xHandle, xFlashQueue, &uxLEDToFlash, portMAX_DELAY, &xResult );                \r
+               crQUEUE_RECEIVE( xHandle, xFlashQueue, &uxLEDToFlash, portMAX_DELAY, &xResult );\r
 \r
                if( xResult != pdPASS )\r
                {\r