]> git.ipfire.org Git - thirdparty/iproute2.git/commit
f_flower: fix indentation for enc_key_id and u32
authorWojciech Drewek <wojciech.drewek@intel.com>
Thu, 10 Feb 2022 12:57:15 +0000 (13:57 +0100)
committerDavid Ahern <dsahern@kernel.org>
Thu, 17 Feb 2022 03:34:42 +0000 (20:34 -0700)
commit4f015972988a5f5d74e1f5f6435d08506eedca15
treef86f91a95515dd32c80cbd2ae0a84ebad8e9fc3a
parent25a9c4fa81c68de054dbfca6644f60748e7d87a2
f_flower: fix indentation for enc_key_id and u32

Commit b2450e46b7b2 ("flower: fix clang warnings") caused enc_key_id
and u32 to be printed without indentation. Fix this by printing two
spaces before calling print_uint_name_value.

Signed-off-by: Wojciech Drewek <wojciech.drewek@intel.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
tc/f_flower.c