Skip to content

Commit

Permalink
fix astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejbocianski committed Aug 30, 2019
1 parent 4c3889d commit b637da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/EventQueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class EventQueue : private mbed::NonCopyable<EventQueue> {
* 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.
*
Expand Down

0 comments on commit b637da3

Please sign in to comment.