]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: adjust coding style, insert space after "switch" keyword
authorMasatake YAMATO <yamato@redhat.com>
Sun, 5 Feb 2023 21:59:38 +0000 (06:59 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Sun, 5 Feb 2023 22:12:30 +0000 (07:12 +0900)
misc-utils/lsfd-sock-xinfo.c

index 9472b9c2b5a84a47018647bcba5662333ebf905a..edc975f5c848d8cf14b5138ebcbeeb2a75f80e88 100644 (file)
@@ -323,7 +323,7 @@ static bool unix_fill_column(struct proc *proc __attribute__((__unused__)),
 {
        struct unix_xinfo *ux = (struct unix_xinfo *)sock_xinfo;
 
-       switch(column_id) {
+       switch (column_id) {
        case COL_UNIX_PATH:
                if (*ux->path) {
                        *str = strdup(ux->path);