tconfig.h: fix spacing around optional fields - spoon - [fork] customized build of spoon, the dwm status utility
 (HTM) git clone git://src.adamsgaard.dk/spoon
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 5b2da9712846e6b4b59992ca636ce0e612c76924
 (DIR) parent 4bbee90c2b9903651edf1ee0156f985d77a6cdbb
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri, 25 Sep 2020 19:09:26 +0200
       
       config.h: fix spacing around optional fields
       
       Diffstat:
         M config.h                            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/config.h b/config.h
       t@@ -5,8 +5,8 @@ int delay = 1;
        
        struct ent ents[] = {
                /* reorder/edit/remove these as you see fit */
       -        { .fmt = " %s",        .read = fileexists,        .arg = "/tmp/screenrecord.pid" },
       -        { .fmt = " %s",        .read = fileexists,        .arg = "/tmp/adcast.pid" },
       +        { .fmt = "%s",        .read = fileexists,        .arg = "/tmp/screenrecord.pid" },
       +        { .fmt = "%s",        .read = fileexists,        .arg = "/tmp/adcast.pid" },
                { .fmt = " %s",                .read = fileread,        .arg = "/tmp/radiostats" },
                { .fmt = " %s "SEP,        .read = mpdread,        .arg = &(struct mpdarg){ .host = NULL, .port = 0 } },
                { .fmt = "%s",        .read = countread,        .arg = "/home/ad/.mail/adamsgaard/INBOX/new" },