From: Arran Cudbard-Bell Date: Mon, 15 Apr 2024 03:09:06 +0000 (-0400) Subject: Trim WS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d78a3506f4c70aedaa6700d8b2d4c91f3311ebff;p=thirdparty%2Ffreeradius-server.git Trim WS --- diff --git a/src/lib/util/calc.c b/src/lib/util/calc.c index b34bdba4905..2730e4dfaf3 100644 --- a/src/lib/util/calc.c +++ b/src/lib/util/calc.c @@ -2256,7 +2256,7 @@ int fr_value_calc_nary_op(TALLOC_CTX *ctx, fr_value_box_t *dst, fr_type_t type, fr_value_box_set_secret(dst, secret); - return 0; + return 0; } if (type == FR_TYPE_OCTETS) { @@ -2274,7 +2274,7 @@ int fr_value_calc_nary_op(TALLOC_CTX *ctx, fr_value_box_t *dst, fr_type_t type, fr_value_box_set_secret(dst, secret); - return 0; + return 0; } /*