testsuites: Remove stray ';'

This commit is contained in:
Sebastian Huber
2023-07-21 09:30:07 +02:00
parent 723c634d61
commit 610b54d83a
42 changed files with 87 additions and 87 deletions

View File

@@ -291,7 +291,7 @@ typedef struct {
* @brief If this member is true, then the zombie thread is ready to get
* killed.
*/
volatile bool zombie_ready;;
volatile bool zombie_ready;
/**
* @brief This member contains the actual modes of the constructed task.