[hackers] [st] Fixing trailing whitespaces. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Sat, 24 May 2014 13:49:36 +0200

commit f4ebb3180f9f03bc35034348a5aff8745eac9ebf
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Sat May 24 13:48:44 2014 +0200

    Fixing trailing whitespaces.

diff --git a/st.c b/st.c
index a6b4ada..6424b54 100644
--- a/st.c
+++ b/st.c
_AT_@ -2742,7 +2742,7 @@ xloadcols(void) {
                 if(!XftColorAllocValue(xw.dpy, xw.vis, xw.cmap, &color, &dc.col[i]))
                         die("Could not allocate color %d
", i);
         }
-
+
         /* load colours [232-255] ; grayscale */
         for(; i < 256; i++) {
                 color.red = color.green = color.blue = 0x0808 + 0x0a0a * (i-(6*6*6+16));
_AT_@ -3143,12 +3143,12 @@ xdraws(char *s, Glyph base, int x, int y, int charlen, int bytelen) {
 
         if(base.mode & ATTR_BOLD) {
                 /*
- * change basic system colours [0-7]
+ * change basic system colours [0-7]
                  * to bright system colours [8-15]
                  */
                 if(BETWEEN(base.fg, 0, 7))
                         fg = &dc.col[base.fg + 8];
-
+
                 font = &dc.bfont;
                 frcflags = FRC_BOLD;
         }
Received on Sat May 24 2014 - 13:49:36 CEST

This archive was generated by hypermail 2.3.0 : Sat May 24 2014 - 14:00:11 CEST