From c7c30fe9f7f1b8fb0dc9069c88acdd2aa30a138d Mon Sep 17 00:00:00 2001 From: adbridge Date: Thu, 4 Feb 2021 14:25:29 +0000 Subject: [PATCH] Remove trailing space --- events/include/events/EventQueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/include/events/EventQueue.h b/events/include/events/EventQueue.h index 9dc6a68bd6..97b898f06f 100644 --- a/events/include/events/EventQueue.h +++ b/events/include/events/EventQueue.h @@ -107,7 +107,7 @@ public: * to terminate. When called with a timeout of 0, the dispatch function * does not wait and is IRQ safe. * - * NOTE: Since the majority of the event library was updated to use + * NOTE: Since the majority of the event library was updated to use * Chrono types (as part of the Mbed 6 release), this function will not * function as expected. Please update to use the new dispatch functions * to ensure correct functionality.