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

2014-07-15 Thread Roberto E. Vargas Caballero
On Mon, Jul 14, 2014 at 09:05:07AM -0500, Eric Pruitt wrote: > - A line was indented using spaces despite the rest of the code using > tabs. Applied, thanks! -- Roberto E. Vargas Caballero

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

2014-07-14 Thread Eric Pruitt
- 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 @@ -89,7 +89,7 @@ char *argv0; #define VT102ID "\033[?6c" enum glyph_attr