From: Masatake YAMATO Date: Sun, 5 Feb 2023 21:59:38 +0000 (+0900) Subject: lsfd: adjust coding style, insert space after "switch" keyword X-Git-Tag: v2.39-rc1~83^2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=854ddd0d369bee6a53eeca89c51ce282beadf851;p=thirdparty%2Futil-linux.git lsfd: adjust coding style, insert space after "switch" keyword --- 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);