From: Eric Pruitt Date: Mon, 14 Jul 2014 14:05:07 +0000 (-0500) Subject: Changed inconsistent indent X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=commitdiff_plain;h=b5d0a13c10ab6ba6121c5fa67b9f20c8d41de349 Changed inconsistent indent - A line was indented using spaces despite the rest of the code using tabs. Signed-off-by: Roberto E. Vargas Caballero --- diff --git a/st.c b/st.c index b221f33..040638a 100644 --- a/st.c +++ b/st.c @@ -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,