diff options
author | Eric Pruitt <eric.pruitt@gmail.com> | 2014-07-14 09:05:07 -0500 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2014-07-15 19:30:48 +0200 |
commit | b5d0a13c10ab6ba6121c5fa67b9f20c8d41de349 (patch) | |
tree | 10651def4ff552700a8c82bcf9ebec014fecfdba /st.c | |
parent | 984c12d2a67fd19ee69b35152d93de8cb67595e8 (diff) | |
download | st-b5d0a13c10ab6ba6121c5fa67b9f20c8d41de349.tar.gz st-b5d0a13c10ab6ba6121c5fa67b9f20c8d41de349.tar.bz2 |
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>
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |