[hackers] [dwm] [PATCH] whitespace alignment

From: Markus Teich <markus.teich_AT_stusta.mhn.de>
Date: Sat, 10 Dec 2016 13:38:58 +0100

---
Heyho,
I overlooked that when making the decoupling patch. Sorry for the noise.
--Markus
 config.def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
index ba9a240..a9ac303 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -15,7 +15,7 @@ static const char col_cyan[]        = "#005577";
 static const char *colors[][3]      = {
 	/*               fg         bg         border   */
 	[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
-	[SchemeSel] =  { col_gray4, col_cyan,  col_cyan  },
+	[SchemeSel]  = { col_gray4, col_cyan,  col_cyan  },
 };
 
 /* tagging */
-- 
2.7.3
Received on Sat Dec 10 2016 - 13:38:58 CET

This archive was generated by hypermail 2.3.0 : Sat Dec 10 2016 - 13:48:15 CET