Skip to content

Commit e5ed109

Browse files
committed
minor whitespace
1 parent e899b7c commit e5ed109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/task.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ typedef enum
357357
/**
358358
* task. h
359359
* <pre>
360-
* TaskHandle_t xTaskCreateStatic( TaskFunction_t pxTaskCode,
360+
* TaskHandle_t xTaskCreateStatic( TaskFunction_t pxTaskCode,
361361
* const char * const pcName,
362362
* const configSTACK_DEPTH_TYPE ulStackDepth,
363363
* void *pvParameters,

0 commit comments

Comments
 (0)