From: Arran Cudbard-Bell Date: Fri, 29 Sep 2017 14:01:53 +0000 (+0800) Subject: Formatting X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8629b0f698420a904b199e756593f65ce7fab9d;p=thirdparty%2Ffreeradius-server.git Formatting --- diff --git a/src/lib/util/event.c b/src/lib/util/event.c index 532667eac10..27025880bb0 100644 --- a/src/lib/util/event.c +++ b/src/lib/util/event.c @@ -47,7 +47,7 @@ RCSID("$Id$") */ struct fr_event_timer { struct timeval when; //!< When this timer should fire. - fr_event_cb_t callback; //!< Callback to execute when the timer fires. + fr_event_cb_t callback; //!< Callback to execute when the timer fires. void const *uctx; //!< Context pointer to pass to the callback. TALLOC_CTX *linked_ctx; //!< talloc ctx this event was bound to.