From b637da37c59cd04f705ed4b5eb6ffa7720e81fba Mon Sep 17 00:00:00 2001 From: Maciej Bocianski Date: Fri, 30 Aug 2019 15:16:18 +0200 Subject: [PATCH] fix astyle --- events/EventQueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/EventQueue.h b/events/EventQueue.h index 9ddacc4ea4d..69b97244c2f 100644 --- a/events/EventQueue.h +++ b/events/EventQueue.h @@ -66,7 +66,7 @@ class EventQueue : private mbed::NonCopyable { * uses 1B dummy buffer if 0 size passed. * * 0 size queue is a special purpose queue to dispatch static events - * only (see UserAllocatedEvent). Such a queue gives the guarantee + * only (see UserAllocatedEvent). Such a queue gives the guarantee * that no dynamic memory allocation will take place while queue * creation and events posting & dispatching. *