format: run nm-code-format

This commit is contained in:
Íñigo Huguet
2024-08-21 08:13:08 +02:00
parent 57c19db32b
commit 50c8e6e6b5

View File

@@ -7421,7 +7421,8 @@ nm_platform_ip6_route_to_string(const NMPlatformIP6Route *route, char *buf, gsiz
route->lock_mtu ? "lock " : "",
route->mtu)
: "",
route->rt_pref ? nm_sprintf_buf(
route->rt_pref
? nm_sprintf_buf(
str_pref,
" pref %s",
nm_icmpv6_router_pref_to_string(route->rt_pref, str_pref2, sizeof(str_pref2)))