Spaces to tabs

This commit is contained in:
Nipunn Koorapati
2020-07-13 03:20:23 +00:00
committed by Craig Small
parent a3a5db1311
commit ffa556633f

View File

@ -237,9 +237,6 @@ static int set_ansi_attribute(const int attrib, char** escape_sequence)
case 49: case 49:
bg_col = 0; bg_col = 0;
break; break;
case 49:
bg_col = 0;
break;
default: default:
if (attrib >= 30 && attrib <= 37) { /* set foreground color */ if (attrib >= 30 && attrib <= 37) { /* set foreground color */
fg_col = attrib - 30 + 1; fg_col = attrib - 30 + 1;