]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: add a whitespace
authorMasatake YAMATO <yamato@redhat.com>
Tue, 21 Mar 2023 16:09:26 +0000 (01:09 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Tue, 23 May 2023 15:49:47 +0000 (00:49 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd.c

index 14e89679d88c58c925660b9fee3894eea6242f8a..513d10d6a6dfe63b95620b2d40845b58442d86d4 100644 (file)
@@ -747,7 +747,7 @@ static struct file *collect_file_symlink(struct path_cxt *pc,
                     * other network namespaces. Besed on the information,
                     * various columns of sockets can be filled.
                     */
-                   && (class != &sock_class)&& (class != &nsfs_file_class))
+                   && (class != &sock_class) && (class != &nsfs_file_class))
                        return NULL;
                f = new_file(proc, class);
                file_set_path(f, &sb, sym, assoc);