]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Trim WS
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 15 Apr 2024 03:09:06 +0000 (23:09 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 15 Apr 2024 03:09:06 +0000 (23:09 -0400)
src/lib/util/calc.c

index b34bdba49052fc4e65ef278e9298d270cddd18fe..2730e4dfaf3fa93d336c2c18132e3171b7d0762e 100644 (file)
@@ -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;
        }
 
        /*