Whitespace

This commit is contained in:
Behdad Esfahbod 2023-01-16 12:33:17 -07:00
parent ca1de29e0a
commit e903397bc3
1 changed files with 3 additions and 1 deletions

View File

@ -401,7 +401,9 @@ ansi_print_image_rgb24 (const uint32_t *data,
last_bg = bi.bg; last_bg = bi.bg;
} }
write_func (closure, (unsigned char *) " ", 1); write_func (closure, (unsigned char *) " ", 1);
} else { }
else
{
/* Figure out the closest character to the biimage */ /* Figure out the closest character to the biimage */
bool inverse = false; bool inverse = false;
const char *c = block_best (bi, &inverse); const char *c = block_best (bi, &inverse);