From: Arran Cudbard-Bell Date: Wed, 1 Dec 2021 19:34:58 +0000 (-0600) Subject: Formatting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93ec8a03b7a8cd70a6988d0a49412c9414122942;p=thirdparty%2Ffreeradius-server.git Formatting --- diff --git a/src/modules/rlm_unbound/rlm_unbound.c b/src/modules/rlm_unbound/rlm_unbound.c index 3e5a82001a2..e8ec0bcd6df 100644 --- a/src/modules/rlm_unbound/rlm_unbound.c +++ b/src/modules/rlm_unbound/rlm_unbound.c @@ -101,7 +101,7 @@ static int _unbound_request_free(unbound_request_t *ur) * @param rate_limited Was the request rate limited due to unbound workload */ static void xlat_unbound_callback(void *mydata, int rcode, void *packet, int packet_len, int sec, - char* why_bogus, UNUSED int rate_limited) + char *why_bogus, UNUSED int rate_limited) { unbound_request_t *ur = talloc_get_type_abort(mydata, unbound_request_t); request_t *request = ur->request;