mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
vlog_init
: Fix brace style
Whoops.
This commit is contained in:
parent
3f9d30855f
commit
3bb3976e7e
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ static int error_enabled = 1;
|
||||||
|
|
||||||
void vlog_init(void)
|
void vlog_init(void)
|
||||||
{
|
{
|
||||||
if (STDOUT_IS_TTY && STDERR_IS_TTY) {
|
if (STDOUT_IS_TTY && STDERR_IS_TTY)
|
||||||
|
{
|
||||||
color_enabled = 1;
|
color_enabled = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue