From 854ddd0d369bee6a53eeca89c51ce282beadf851 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Mon, 6 Feb 2023 06:59:38 +0900 Subject: [PATCH] lsfd: adjust coding style, insert space after "switch" keyword --- misc-utils/lsfd-sock-xinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-utils/lsfd-sock-xinfo.c b/misc-utils/lsfd-sock-xinfo.c index 9472b9c2b5..edc975f5c8 100644 --- a/misc-utils/lsfd-sock-xinfo.c +++ b/misc-utils/lsfd-sock-xinfo.c @@ -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); -- 2.47.3