fix formating

This commit is contained in:
Philipp Moritz
2016-10-12 01:10:05 -07:00
parent 50fb53fd91
commit 832888d473
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ typedef void (*event_loop_file_handler)(event_loop *loop,
* as well as the context that was specified when registering this handler
* are passed as arguments. The return is the number of milliseconds the
* timer shall be reset to or EVENT_LOOP_TIMER_DONE if the timer shall
* not triggered again. */
* not be triggered again. */
typedef int (*event_loop_timer_handler)(event_loop *loop,
timer_id timer_id,
void *context);