]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 29 Sep 2017 14:01:53 +0000 (22:01 +0800)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 30 Sep 2017 00:56:37 +0000 (08:56 +0800)
src/lib/util/event.c

index 532667eac10b3564c0c9cc6f65bc8658bc3da628..27025880bb05b7b15f5ee1457012707287808657 100644 (file)
@@ -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.