Skip to content

Commit 701c791

Browse files
committed
Fix whitespace astyle issue
1 parent f351274 commit 701c791

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

events/include/events/EventQueue.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class EventQueue : private mbed::NonCopyable<EventQueue> {
9292
*
9393
* The dispatch function is guaranteed to terminate after the elapsed wait
9494
*
95-
* @param ms Time to wait for events in milliseconds, expressed as a
95+
* @param ms Time to wait for events in milliseconds, expressed as a
9696
* Chrono duration.
9797
*/
9898
void dispatch(duration ms);
@@ -115,17 +115,17 @@ class EventQueue : private mbed::NonCopyable<EventQueue> {
115115
void dispatch(int ms = -1);
116116

117117
/** Dispatch events without a timeout
118-
*
118+
*
119119
* Executes events indefinitely unless the dispatch loop is forcibly broken.
120120
* @See break_dispatch()
121-
*
121+
*
122122
*/
123123
void dispatch_forever();
124124

125125
/** Dispatch currently queued events only and then terminate
126-
*
126+
*
127127
* In this case the dispatch function does not wait.
128-
*
128+
*
129129
*/
130130
void dispatch_once();
131131

0 commit comments

Comments
 (0)