From: Arran Cudbard-Bell Date: Fri, 19 Feb 2021 22:50:52 +0000 (+0000) Subject: Indent X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c4bce7b3296ad2f87fdc01a3b77fc77d892ac11;p=thirdparty%2Ffreeradius-server.git Indent --- diff --git a/src/lib/redis/pipeline.c b/src/lib/redis/pipeline.c index 7906d2fed6f..c69dc5ec655 100644 --- a/src/lib/redis/pipeline.c +++ b/src/lib/redis/pipeline.c @@ -106,7 +106,7 @@ struct fr_redis_command_set_s { * @{ */ fr_trunk_request_t *treq; //!< Trunk request this command set is associated with. - request_t *request; //!< Request this commands set is associated with (if any). + request_t *request; //!< Request this commands set is associated with (if any). void *rctx; //!< Resume context to write results to. /** @} */