From: Masatake YAMATO Date: Sun, 12 Oct 2025 20:25:05 +0000 (+0900) Subject: lsfd: (cosmetic) adjust white spaces in column definitions X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fedeeb2710f04cbba737bb6c3aa05d86c4abe31;p=thirdparty%2Futil-linux.git lsfd: (cosmetic) adjust white spaces in column definitions Signed-off-by: Masatake YAMATO --- diff --git a/lsfd-cmd/lsfd.c b/lsfd-cmd/lsfd.c index 4ccc4638d..7c2fa8dee 100644 --- a/lsfd-cmd/lsfd.c +++ b/lsfd-cmd/lsfd.c @@ -227,10 +227,10 @@ static const struct colinfo infos[] = { [COL_ENDPOINTS] = { "ENDPOINTS", 0, SCOLS_FL_WRAP, SCOLS_JSON_ARRAY_STRING, N_("IPC endpoints information communicated with the fd") }, - [COL_EVENTFD_ID] = {"EVENTFD.ID", + [COL_EVENTFD_ID] = { "EVENTFD.ID", 0, SCOLS_FL_RIGHT, SCOLS_JSON_NUMBER, N_("eventfd ID") }, - [COL_EVENTPOLL_TFDS] = {"EVENTPOLL.TFDS", + [COL_EVENTPOLL_TFDS] = { "EVENTPOLL.TFDS", 0, SCOLS_FL_WRAP, SCOLS_JSON_ARRAY_NUMBER, N_("file descriptors targeted by the eventpoll file") }, [COL_FD] = { "FD",