]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: (cosmetic) delete an empty line
authorMasatake YAMATO <yamato@redhat.com>
Sun, 25 Jan 2026 23:00:27 +0000 (08:00 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Mon, 2 Feb 2026 15:46:24 +0000 (00:46 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
lsfd-cmd/cdev.c

index c425c0d8f19b2da451e92c20d429c29793b7a23d..322e38b4a97db01951ab23cc695d6610d652924f 100644 (file)
@@ -490,7 +490,6 @@ static int call_with_foreign_fd(pid_t target_pid, int target_fd,
 
 static int cdev_tun_get_devnetns(int tfd, void *data)
 {
-
        struct tundata *tundata = data;
        int nsfd = ioctl(tfd, TUNGETDEVNETNS);
        struct stat sb;