Introduction
Introduction Statistics Contact Development Disclaimer Help
tconfig.h: fix spacing around optional fields - spoon - [fork] customized build…
git clone git://src.adamsgaard.dk/spoon
Log
Files
Refs
LICENSE
---
commit 5b2da9712846e6b4b59992ca636ce0e612c76924
parent 4bbee90c2b9903651edf1ee0156f985d77a6cdbb
Author: Anders Damsgaard <[email protected]>
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(-)
---
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/screenr…
- { .fmt = " %s", .read = fileexists, .arg = "/tmp/adcast.…
+ { .fmt = "%s", .read = fileexists, .arg = "/tmp/screenre…
+ { .fmt = "%s", .read = fileexists, .arg = "/tmp/adcast.p…
{ .fmt = " %s", .read = fileread, .arg = "/tmp/r…
{ .fmt = " %s "SEP, .read = mpdread, .arg = &(struct mpd…
{ .fmt = "%s", .read = countread, .arg = "/home/ad/.mail…
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.