`vlog_init`: Fix brace style

Whoops.
This commit is contained in:
Misa 2022-08-29 10:46:05 -07:00
parent 3f9d30855f
commit 3bb3976e7e
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ static int error_enabled = 1;
void vlog_init(void)
{
if (STDOUT_IS_TTY && STDERR_IS_TTY) {
if (STDOUT_IS_TTY && STDERR_IS_TTY)
{
color_enabled = 1;
}
}