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@shike2.com>
This commit is contained in:

committed by
Roberto E. Vargas Caballero

parent
984c12d2a6
commit
b5d0a13c10
2
st.c
2
st.c
@ -89,7 +89,7 @@ char *argv0;
|
|||||||
#define VT102ID "\033[?6c"
|
#define VT102ID "\033[?6c"
|
||||||
|
|
||||||
enum glyph_attribute {
|
enum glyph_attribute {
|
||||||
ATTR_NULL = 0,
|
ATTR_NULL = 0,
|
||||||
ATTR_BOLD = 1,
|
ATTR_BOLD = 1,
|
||||||
ATTR_FAINT = 2,
|
ATTR_FAINT = 2,
|
||||||
ATTR_ITALIC = 4,
|
ATTR_ITALIC = 4,
|
||||||
|
Reference in New Issue
Block a user