From: Niels Provos Date: Fri, 11 Jun 2004 04:39:11 +0000 (+0000) Subject: reformat comment X-Git-Tag: release-1.1b~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49dbb7ea4c0938da3c5a0a531030452e6a8b400b;p=libevent reformat comment svn:r106 --- diff --git a/event.c b/event.c index f5e0c762..8be1ac74 100644 --- a/event.c +++ b/event.c @@ -546,7 +546,8 @@ timeout_correct(struct timeval *off) { struct event *ev; - /* We can modify the key element of the node without destroying + /* + * We can modify the key element of the node without destroying * the key, beause we apply it to all in the right order. */ RB_FOREACH(ev, event_tree, &timetree)