]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: (cosmetic) adjust indent
authorMasatake YAMATO <yamato@redhat.com>
Sun, 5 Apr 2026 20:56:39 +0000 (05:56 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Fri, 17 Apr 2026 21:50:14 +0000 (06:50 +0900)
lsfd-cmd/lsfd.c

index 162780fecea6763a84a58673c5b679bec86419d1..ea5022decb8bcb82870fba3a6e186381452274ce 100644 (file)
@@ -2010,7 +2010,7 @@ static void mark_select_fds_as_multiplexed(char *buf,
 
        n = process_vm_readv(pid, local, 3, remote, 3, 0);
        if (n < 0 || n != expected_n)
-                       return;
+               return;
 
        list_for_each (f, &proc->files) {
                struct file *file = list_entry(f, struct file, files);