summary refs log tree commit diff
path: root/font.c
diff options
context:
space:
mode:
authoroga <oga>2008-05-15 22:18:00 +0000
committeroga <oga>2008-05-15 22:18:00 +0000
commit5034a77849c3a0ed91b67d1de65f063c9056cbc7 (patch)
treec91c89a750d267bdd603a86f14323fd420cf6c80 /font.c
parentec77265b87ceb612df9d02cdf0336cdf77d3099d (diff)
downloadcwm-5034a77849c3a0ed91b67d1de65f063c9056cbc7.tar.gz
cwm-5034a77849c3a0ed91b67d1de65f063c9056cbc7.tar.xz
cwm-5034a77849c3a0ed91b67d1de65f063c9056cbc7.zip
KNF, no binary change.
From Pierre Riteau. Thanks!
Diffstat (limited to 'font.c')
-rw-r--r--font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/font.c b/font.c
index 9eaadc7..38670e5 100644
--- a/font.c
+++ b/font.c
@@ -67,7 +67,7 @@ font_init(struct screen_ctx *sc)
 		errx(1, "XftDrawCreate");
 
 	if (!XAllocNamedColor(X_Dpy, DefaultColormap(X_Dpy, sc->which),
-		"black", &xcolor, &tmp))
+	    "black", &xcolor, &tmp))
 		errx(1, "XAllocNamedColor");
 
 	sc->xftcolor.color.red = xcolor.red;