]> granicus.if.org Git - libevent/commitdiff
reformat comment
authorNiels Provos <provos@gmail.com>
Fri, 11 Jun 2004 04:39:11 +0000 (04:39 +0000)
committerNiels Provos <provos@gmail.com>
Fri, 11 Jun 2004 04:39:11 +0000 (04:39 +0000)
svn:r106

event.c

diff --git a/event.c b/event.c
index f5e0c7626243a7c0dfa075e55e4dc8bf7db3cbcd..8be1ac743c648f8e3453a995c4a12bb8401d8bbf 100644 (file)
--- 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)