From: Masatake YAMATO Date: Sun, 5 Apr 2026 20:56:39 +0000 (+0900) Subject: lsfd: (cosmetic) adjust indent X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=cc4e22a4169174da1ab331ec73515aa170ec4ef3;p=thirdparty%2Futil-linux.git lsfd: (cosmetic) adjust indent --- diff --git a/lsfd-cmd/lsfd.c b/lsfd-cmd/lsfd.c index 162780fec..ea5022dec 100644 --- a/lsfd-cmd/lsfd.c +++ b/lsfd-cmd/lsfd.c @@ -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);