From a2f13352fa4e72c6f7b5c7571d4bf175ae13b683 Mon Sep 17 00:00:00 2001 From: Ruka Nanda Vera Date: Wed, 31 Jan 2018 07:12:22 +0700 Subject: [PATCH] internal-border: correct spaces --- client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.c b/client.c index 7be6e31..b65e26a 100644 --- a/client.c +++ b/client.c @@ -87,8 +87,8 @@ static struct ConfigEntry configs[] = { { "color_focused" , IPCConfigColorFocused , 1 , fn_hex }, { "color_unfocused" , IPCConfigColorUnfocused , 1 , fn_hex }, { "internal_border_width", IPCConfigInternalBorderWidth, 1 , fn_naturals }, - { "internal_color_focused", IPCConfigInternalColorFocused , 1 , fn_hex}, - { "internal_color_unfocused", IPCConfigInternalColorUnfocused , 1 , fn_hex}, + { "internal_color_focused", IPCConfigInternalColorFocused, 1 , fn_hex }, + { "internal_color_unfocused", IPCConfigInternalColorUnfocused, 1 , fn_hex }, { "gap_width" , IPCConfigGapWidth , 2 , fn_gap }, { "grid_gap_width" , IPCConfigGridGapWidth , 1 , fn_naturals }, { "cursor_position" , IPCConfigCursorPosition , 1 , fn_position },