]> git.llucax.com Git - software/eventxx.git/commitdiff
Remove trailing space.
authorLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 29 Jan 2007 18:51:00 +0000 (18:51 +0000)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 29 Jan 2007 18:51:00 +0000 (18:51 +0000)
eventxx

diff --git a/eventxx b/eventxx
index 7bbd6dd4e886fd791ceb3ed509a26b6baad82ae3..4405fb8a587148649815784dbbc4806f2215d900 100644 (file)
--- a/eventxx
+++ b/eventxx
@@ -781,7 +781,7 @@ struct dispatcher
                                && internal::event_priority_set(&e, priority))
                        throw invalid_priority();
                // XXX HACK libevent don't use const
-               internal::event_add(&e, const_cast< time* >(&to)); 
+               internal::event_add(&e, const_cast< time* >(&to));
        }
 
        /**