Skip to content

Commit b637da3

Browse files
fix astyle
1 parent 4c3889d commit b637da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/EventQueue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class EventQueue : private mbed::NonCopyable<EventQueue> {
6666
* uses 1B dummy buffer if 0 size passed.
6767
*
6868
* 0 size queue is a special purpose queue to dispatch static events
69-
* only (see UserAllocatedEvent). Such a queue gives the guarantee
69+
* only (see UserAllocatedEvent). Such a queue gives the guarantee
7070
* that no dynamic memory allocation will take place while queue
7171
* creation and events posting & dispatching.
7272
*

0 commit comments

Comments
 (0)