about summary refs log tree commit diff
path: root/font.c
diff options
context:
space:
mode:
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;