Commit 0ab93742 authored by Rafaël Carré's avatar Rafaël Carré

vout_fb: cosmetics, else on the same line than closing }

parent ed5e0de6
......@@ -234,8 +234,7 @@ static int Open(vlc_object_t *object)
msg_Warn(vd, "chroma %s invalid, using default", chroma);
free(chroma);
}
else
} else
sys->chroma = 0;
/* tty handling */
......@@ -259,8 +258,7 @@ static int Open(vlc_object_t *object)
if (sys->chroma) {
fmt.i_chroma = sys->chroma;
}
else {
} else {
/* Assume RGB */
msg_Dbg(vd, "%d bppd", sys->var_info.bits_per_pixel);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment