]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolvectl: drop an empty line between function call and error handling 39605/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 6 Nov 2025 18:11:38 +0000 (03:11 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 10 Nov 2025 02:02:51 +0000 (11:02 +0900)
Follow-up for 0536b37629c163af268975fcc3017cad823b1e9b.

src/resolve/resolvectl.c

index f56ee00c22f8ef543fb792b7c58ef43365e4eed0..13f70e3b1c0e0751f671fb6c84834af4e4d95694 100644 (file)
@@ -1850,7 +1850,6 @@ static int status_json_filter_links(sd_json_variant **configuration, char **link
         if (links)
                 STRV_FOREACH(ifname, links) {
                         int ifindex = rtnl_resolve_interface_or_warn(/* rtnl= */ NULL, *ifname);
-
                         if (ifindex < 0)
                                 return ifindex;