summaryrefslogtreecommitdiff
path: root/i3status.c
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2018-07-13 16:28:22 +0200
committerFelix Buehler <account@buehler.rocks>2018-07-13 16:28:22 +0200
commit3fd61f86dbbe5e0b1bce99836657f32feacce6eb (patch)
tree4421775069520293f32facebb5119aadb75ee84a /i3status.c
parentd099a907f6d8255a0d41e1e3fb476722f3ff2673 (diff)
clang-format-3.8 fix travis error
Diffstat (limited to 'i3status.c')
-rw-r--r--i3status.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/i3status.c b/i3status.c
index c604320..76cb280 100644
--- a/i3status.c
+++ b/i3status.c
@@ -44,7 +44,8 @@
CFG_STR_CB("align", NULL, CFGF_NONE, parse_align)
#define CFG_COLOR_OPTS(good, degraded, bad) \
- CFG_STR("color_good", good, CFGF_NONE), \
+ CFG_STR("color_good", good, CFGF_NONE) \
+ , \
CFG_STR("color_degraded", degraded, CFGF_NONE), \
CFG_STR("color_bad", bad, CFGF_NONE)