]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: (cosmetic) adjust white spaces in column definitions
authorMasatake YAMATO <yamato@redhat.com>
Sun, 12 Oct 2025 20:25:05 +0000 (05:25 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Mon, 19 Jan 2026 20:56:08 +0000 (05:56 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
lsfd-cmd/lsfd.c

index 4ccc4638da8e48b24ec4416001240494c20b20a8..7c2fa8deec2ca3f7bbb406db8250e37fc3989670 100644 (file)
@@ -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",