[dev] [st] [PATCH] Changed inconsistent indent

From: Eric Pruitt <eric.pruitt_AT_gmail.com>
Date: Mon, 14 Jul 2014 09:05:07 -0500

- A line was indented using spaces despite the rest of the code using
  tabs.
---
 st.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
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 "\033[?6c"
 enum glyph_attribute {
-        ATTR_NULL      = 0,
+	ATTR_NULL      = 0,
 	ATTR_BOLD      = 1,
 	ATTR_FAINT     = 2,
 	ATTR_ITALIC    = 4,
--
1.7.10.4
Received on Mon Jul 14 2014 - 16:05:07 CEST

This archive was generated by hypermail 2.3.0 : Mon Jul 14 2014 - 16:12:07 CEST