[hackers] [st] Changed inconsistent indent || Eric Pruitt
 
commit b5d0a13c10ab6ba6121c5fa67b9f20c8d41de349
Author: Eric Pruitt <eric.pruitt_AT_gmail.com>
Date:   Mon Jul 14 09:05:07 2014 -0500
    Changed inconsistent indent
    
    - A line was indented using spaces despite the rest of the code using
      tabs.
    
    Signed-off-by: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
diff --git a/st.c b/st.c
index b221f33..040638a 100644
--- a/st.c
+++ b/st.c
_AT_@ -89,7 +89,7 @@ char *argv0;
 #define VT102ID "[?6c"
 
 enum glyph_attribute {
-        ATTR_NULL      = 0,
+	ATTR_NULL      = 0,
         ATTR_BOLD      = 1,
         ATTR_FAINT     = 2,
         ATTR_ITALIC    = 4,
Received on Tue Jul 15 2014 - 19:31:31 CEST
This archive was generated by hypermail 2.3.0
: Tue Jul 15 2014 - 19:36:17 CEST