]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 29 Nov 2017 19:09:55 +0000 (19:09 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 29 Nov 2017 19:10:09 +0000 (19:10 +0000)
src/protocols/radius/encode.c

index 6cea704b98ec4c9187c9bcaad3938c10a101218c..10de2c067d7c41cfffed902268067c5162e45804 100644 (file)
@@ -892,9 +892,9 @@ static int encode_extended_hdr(uint8_t *out, size_t outlen,
                               vp_cursor_t *cursor, void *encoder_ctx)
 {
        int                     len;
-       fr_type_t                       attr_type;
+       fr_type_t               attr_type;
 #ifndef NDEBUG
-       fr_type_t                       vsa_type;
+       fr_type_t               vsa_type;
 #endif
        uint8_t                 *start = out;
        VALUE_PAIR const        *vp = fr_pair_cursor_current(cursor);